Linked to libm

This commit is contained in:
VegOwOtenks 2025-02-28 23:07:49 +01:00
parent 50070e6963
commit a508e4236e

View file

@ -56,6 +56,7 @@ target_link_libraries(Subprocess-test
add_executable(QuadTree-test QuadTree.test.c) add_executable(QuadTree-test QuadTree.test.c)
target_link_libraries(QuadTree-test target_link_libraries(QuadTree-test
QuadTree QuadTree
m
rand rand
pointers pointers
allocator-interface allocator-interface