Revision 1caa7724
| CMakeLists.txt | ||
|---|---|---|
| 123 | 123 |
include_directories( ${catkin_INCLUDE_DIRS})
|
| 124 | 124 |
link_directories (${Boost_LIBRARY_DIRS} ${REFLEXXES_LIBRARY_DIRS} ${catkin_LIBRARY_DIRS})
|
| 125 | 125 |
|
| 126 |
|
|
| 127 |
##################### |
|
| 128 |
# PLEASE DO NOT REMOVE THIS! This is a hack necessary for qtcreator to show cmake header files in the project view! |
|
| 129 |
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/*)
|
|
| 130 |
|
|
| 131 |
|
|
| 126 | 132 |
## Declare a cpp library |
| 127 | 133 |
add_library(humotion |
| 128 | 134 |
src/mouth_state.cpp |
| ... | ... | |
| 148 | 154 |
src/server/eyelid_motion_generator.cpp |
| 149 | 155 |
src/server/eyebrow_motion_generator.cpp |
| 150 | 156 |
src/server/neck_motion_generator.cpp |
| 151 |
|
|
| 157 |
${DUMMY_HEADER_LIST}
|
|
| 152 | 158 |
src/timestamped_list.cpp |
| 153 | 159 |
) |
| 154 | 160 |
|
Also available in: Unified diff