summaryrefslogtreecommitdiff
path: root/chill
diff options
context:
space:
mode:
Diffstat (limited to 'chill')
-rw-r--r--chill/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/chill/CMakeLists.txt b/chill/CMakeLists.txt
index 3345a8c..555f78b 100644
--- a/chill/CMakeLists.txt
+++ b/chill/CMakeLists.txt
@@ -47,7 +47,9 @@ if (DEFINED OMEGAHOME)
link_directories(${OMEGAHOME}/lib)
set(OMEGA_INC ${OMEGAHOME}/include)
else()
- set(OMEGA_INC ${PROJECT_SOURCE_DIR}/omegalib/include)
+ set(OMEGA_INC
+ ${PROJECT_SOURCE_DIR}/omegalib/omega/include
+ ${PROJECT_SOURCE_DIR}/omegalib/codegen/include)
endif()
link_directories(${ROSEHOME}/lib ${BOOSTOME}/lib)