4 lines
104 B
CMake
4 lines
104 B
CMake
## ctest
|
|
add_executable(ctest main.c)
|
|
target_link_libraries(ctest PRIVATE astaroth_core astaroth_utils)
|