| summaryrefslogtreecommitdiff | 
path: root/CMakeLists.txt
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-12-23 15:44:19 +0100 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-12-23 15:44:19 +0100 | 
| commit | 390576c3839ee7abb845e27b7267de45495e6b2f (patch) | |
| tree | c481c37c868ccc65a3476f60b17369b21a90b79b /CMakeLists.txt | |
| parent | 4355548f79375a62bb5e3bb5695190d48e4c0bc3 (diff) | |
Starting to turn relabsd into a proper daemon...
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index 0697bcb..f5da0f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,9 +7,11 @@ include(FindPkgConfig)  # ${SRC_FILES} is recursively defined in the subdirectories.  # Each subdirectory adds only the source files that are present at its level. -add_subdirectory(src) +file(GLOB_RECURSE SRC_FILES src/ true *.c)  add_executable(relabsd ${SRC_FILES}) +include_directories(include/) +  # Language parameters.  enable_language(C)  target_compile_features(relabsd PUBLIC c_variadic_macros) | 


