4 lines
111 B
CMake
4 lines
111 B
CMake
## cpptest
|
|
add_executable(cpptest main.cc)
|
|
target_link_libraries(cpptest PRIVATE astaroth_core astaroth_utils)
|