- fixed problem with cmake include folders
This commit is contained in:
parent
e26ac787d7
commit
8a67fcc00b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ option(DEBUG_MMS_CLIENT "Enable MMS CLIENT printf debugging" OFF)
|
||||||
# DEBUG_IED_CLIENT DEBUG_MMS_SERVER DEBUG_MMS_CLIENT)
|
# DEBUG_IED_CLIENT DEBUG_MMS_SERVER DEBUG_MMS_CLIENT)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
${CMAKE_CURRENT_LIST_DIR}/config
|
${CMAKE_CURRENT_BINARY_DIR}/config
|
||||||
${CMAKE_CURRENT_LIST_DIR}/src/common/inc
|
${CMAKE_CURRENT_LIST_DIR}/src/common/inc
|
||||||
${CMAKE_CURRENT_LIST_DIR}/src/goose
|
${CMAKE_CURRENT_LIST_DIR}/src/goose
|
||||||
${CMAKE_CURRENT_LIST_DIR}/src/sampled_values
|
${CMAKE_CURRENT_LIST_DIR}/src/sampled_values
|
||||||
|
|
Loading…
Add table
Reference in a new issue