Exceptions in C!
This commit is contained in:
parent
e8bea8924b
commit
26179d76aa
6 changed files with 134 additions and 0 deletions
|
@ -60,4 +60,8 @@ target_link_libraries(QuadTree-test
|
|||
rand
|
||||
pointers
|
||||
allocator-interface
|
||||
|
||||
add_executable(ExceptionalScope-test ExceptionalScope.test.c)
|
||||
target_link_libraries(ExceptionalScope-test
|
||||
ExceptionalScope
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue