diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-08-14 00:58:57 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2017-08-14 00:58:57 +0200 |
commit | 96f0057d65fbb90d9faa02a3ae4ae37b357094db (patch) | |
tree | e5343b6feaef5296a86cfdd0597405565b79490e /conf.d/cmake | |
parent | 9777a02c7540fdec145feb948b4bbf1cd44c3352 (diff) |
Work in Progress
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 510eb70..ff8bf38 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -69,6 +69,7 @@ set (PKG_REQUIRED_LIST # --------------------------------------------------------- add_compile_options(-DCONTROL_ONLOAD_DEFAULT="onload-default") add_compile_options(-DCONTROL_MAXPATH_LEN=255) + add_compile_options(-DCONTROL_DOSCRIPT_PRE="doscript") add_compile_options(-DCONTROL_CONFIG_PRE="onload") add_compile_options(-DCONTROL_CONFIG_POST="control" ) add_compile_options(-DCONTROL_CONFIG_PATH="${CMAKE_SOURCE_DIR}/conf.d/project/config.d:${CMAKE_INSTALL_PREFIX}/controler/config.d") |