Revision 1c758459 CMakeLists.txt
CMakeLists.txt | ||
---|---|---|
132 | 132 |
## Specify additional locations of header files |
133 | 133 |
## Your package locations should be listed before other locations |
134 | 134 |
include_directories (BEFORE ${Boost_INCLUDE_DIRS} ${REFLEXXES_INCLUDE_DIRS}) |
135 |
include_directories(include/humotion) |
|
136 |
include_directories( ${catkin_INCLUDE_DIRS}) |
|
135 |
include_directories(BEFORE include) |
|
136 |
include_directories(BEFORE include/humotion) |
|
137 |
#make sure to use ros messages from current build |
|
138 |
include_directories(BEFORE ${CATKIN_DEVEL_PREFIX}/include) |
|
139 |
#this should be appended: |
|
140 |
include_directories(${catkin_INCLUDE_DIRS}) |
|
137 | 141 |
#link_directories (${Boost_LIBRARY_DIRS} ${REFLEXXES_LIBRARY_DIRS} ${catkin_LIBRARY_DIRS}) |
138 | 142 |
|
139 |
|
|
140 | 143 |
##################### |
141 | 144 |
# PLEASE DO NOT REMOVE THIS! This is a hack necessary for qtcreator to show cmake header files in the project view! |
142 | 145 |
file(GLOB DUMMY_HEADER_LIST RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} include/humotion/*.h include/humotion/client/*.h include/humotion/server/*.h srv/*.srv msg/*.msg etc/*) |
Also available in: Unified diff