Tidied the CMakeLists, moved stuff to more logical places and added comments. Also tested that ALTER_CONF=ON still works
This commit is contained in:
@@ -1,2 +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)
|
||||
|
||||
1
src/ctest/README.txt
Normal file
1
src/ctest/README.txt
Normal file
@@ -0,0 +1 @@
|
||||
This directory is used to test whether the Astaroth API is compatible with C.
|
||||
Reference in New Issue
Block a user