Introduced a sample directory and moved all non-library-components from src to there
This commit is contained in:
9
samples/ctest/CMakeLists.txt
Normal file
9
samples/ctest/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
##############################################
|
||||
## CMakeLists.txt for the C API test ##
|
||||
##############################################
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
|
||||
add_executable(ctest main.c)
|
||||
target_link_libraries(ctest PRIVATE astaroth_core astaroth_utils)
|
Reference in New Issue
Block a user