summaryrefslogtreecommitdiff
path: root/LayerManagerCommands
diff options
context:
space:
mode:
authorMichael Schuldt <michael.schuldt@bmw.de>2012-03-02 14:16:44 +0200
committerMichael Schuldt <michael.schuldt@bmw.de>2012-03-02 14:16:44 +0200
commit14b64a41ab77db82d546d97abdf39105a1b877c1 (patch)
tree9441e660b5dce5c5da5f483c52ab7b1fd311d7fc /LayerManagerCommands
parentc4f14d2c403acac6699607d9156440d083d927cd (diff)
downloadlayer_management-14b64a41ab77db82d546d97abdf39105a1b877c1.tar.gz
LayerManagerService: Moving config file to new location
- The config file should be available at all sub modules - Therefore it was moved to an own directory
Diffstat (limited to 'LayerManagerCommands')
-rw-r--r--LayerManagerCommands/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LayerManagerCommands/CMakeLists.txt b/LayerManagerCommands/CMakeLists.txt
index 22eea97..c44c044 100644
--- a/LayerManagerCommands/CMakeLists.txt
+++ b/LayerManagerCommands/CMakeLists.txt
@@ -20,6 +20,7 @@
cmake_minimum_required (VERSION 2.6)
include_directories ("include")
+include_directories ("${PROJECT_SOURCE_DIR}/config")
include_directories ("${PROJECT_SOURCE_DIR}/LayerManagerService/include")
include_directories ("${PROJECT_SOURCE_DIR}/LayerManagerUtils/include")
link_directories ("${PROJECT_SOURCE_DIR}/LayerManagerUtils/bin")