Select Git revision
CMakeLists.txt

chrg authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 331 B
add_executable(shamalloc-test main.c)
target_link_libraries(shamalloc-test
shamalloc
)
target_compile_options(shamalloc-test
PRIVATE
-Wall
)
add_executable(shamalloc-test-cpp main.cpp)
target_compile_options(shamalloc-test-cpp
PRIVATE
-Wall
-g
)
target_link_libraries(shamalloc-test-cpp
shamallocpp
)