From 49e592ea22c34f6d12cddf6ed7a09fd037727cd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Blain?= Date: Thu, 28 Jun 2012 10:48:10 +0200 Subject: [PATCH] ilmClient types are used internally to LM, so let's include them by default --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5066619..d09192d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,6 +96,8 @@ add_subdirectory(cmake/optionalFeatures) add_subdirectory(config) include_directories ("${PROJECT_SOURCE_DIR}/3rdParty/") +# ilm_types are used internally to LM, so we can include them by default +include_directories ("${PROJECT_SOURCE_DIR}/LayerManagerClient/ilmClient/include") add_subdirectory (3rdParty) add_subdirectory (LayerManagerPlugins/Communicators/GenericCommunicator) -- 2.7.4