Moved the definition of AC_DEFAULT_CONFIG to the root-level CMakeLists.txt. Now should be visible throughout the project.

This commit is contained in:
jpekkila
2019-12-03 18:42:49 +02:00
parent f97e5cb77c
commit 6e63411170
3 changed files with 3 additions and 3 deletions

View File

@@ -85,6 +85,8 @@ else ()
add_definitions(-DAC_DOUBLE_PRECISION=0)
endif ()
add_definitions(-DAC_DEFAULT_CONFIG="${CMAKE_SOURCE_DIR}/config/astaroth.conf")
## Include directories
include_directories(.)
include_directories(include)