Cleaned up samples and removed old unused stuff. Simplified CMake files.

This commit is contained in:
jpekkila
2020-01-23 20:00:19 +02:00
parent 7215e842fc
commit fdd829b888
8 changed files with 43 additions and 502 deletions

View File

@@ -1,9 +1,3 @@
##############################################
## CMakeLists.txt for the C API test ##
##############################################
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)
## ctest
add_executable(ctest main.c)
target_link_libraries(ctest PRIVATE astaroth_core astaroth_utils)