diff options
author | christian mueller <christian.ei.mueller@bmw.de> | 2012-04-03 16:26:42 +0200 |
---|---|---|
committer | christian mueller <christian.ei.mueller@bmw.de> | 2012-04-03 16:26:42 +0200 |
commit | 2a10a4e177bade0c55ac94d82aff00f6993cfa91 (patch) | |
tree | 13cf85f7c17f326960856de542aec1b627848ea3 /PluginRoutingInterfaceAsync/CMakeLists.txt | |
parent | 080c47ed68134f5665ffe72c0787b7ac84085e23 (diff) | |
download | audiomanager-2a10a4e177bade0c55ac94d82aff00f6993cfa91.tar.gz |
* [GAM-56] fix
Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
Diffstat (limited to 'PluginRoutingInterfaceAsync/CMakeLists.txt')
-rw-r--r-- | PluginRoutingInterfaceAsync/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/PluginRoutingInterfaceAsync/CMakeLists.txt b/PluginRoutingInterfaceAsync/CMakeLists.txt index ca1e467..e3e52f7 100644 --- a/PluginRoutingInterfaceAsync/CMakeLists.txt +++ b/PluginRoutingInterfaceAsync/CMakeLists.txt @@ -19,7 +19,7 @@ PROJECT(PluginRoutingInterfaceAsync) set(LIBRARY_OUTPUT_PATH ${PLUGINS_OUTPUT_PATH}/routing) set(DOC_OUTPUT_PATH ${DOC_OUTPUT_PATH}/RoutingAsync) -set(include_FOLDER "include") +set(INCLUDE_FOLDER "include") FILE(READ "${AUDIO_INCLUDE_FOLDER}/routing/IAmRoutingSend.h" VERSION_BUFFER LIMIT 6000) STRING(REGEX MATCH "RoutingSendVersion*.[^0-9]*[0-9].[0-9]*[0-9]" LIB_INTERFACE_VERSION_STRING ${VERSION_BUFFER}) @@ -33,7 +33,8 @@ INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${AUDIO_INCLUDE_FOLDER} - ${include_FOLDER} + ${PROJECT_INCLUDE_FOLDER} + ${INCLUDE_FOLDER} ${DBUS_INCLUDE_DIR} ${DBUS_ARCH_INCLUDE_DIR} ) |