Exceptions in C!

This commit is contained in:
vegowotenks 2025-06-13 16:30:32 +02:00
parent e8bea8924b
commit 26179d76aa
6 changed files with 134 additions and 0 deletions

View file

@ -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
)