Introduced a sample directory and moved all non-library-components from src to there

This commit is contained in:
jpekkila
2020-01-15 16:24:38 +02:00
parent a937546ffb
commit 23efcb413f
10 changed files with 0 additions and 0 deletions

View 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)