Revision 39209d06
CMakeLists.txt | ||
---|---|---|
235 | 235 |
|
236 | 236 |
### Add folders to be run by python nosetests |
237 | 237 |
# catkin_add_nosetests(test) |
238 |
|
|
239 |
|
|
240 |
#finally build (some) examples |
|
241 |
#add_subdirectory(./examples) |
examples/meka/CMakeLists.txt | ||
---|---|---|
1 | 1 |
PROJECT(meka_humotion_server) |
2 | 2 |
cmake_minimum_required(VERSION 2.8) |
3 |
SET(MAIN meka_humotion_server)
|
|
3 |
SET(MAIN ${PROJECT_NAME})
|
|
4 | 4 |
|
5 | 5 |
set(ENV{ROS_LANG_DISABLE} "genjava") |
6 | 6 |
set(ROS_BUILD_TYPE Debug) |
... | ... | |
31 | 31 |
# std_msgs |
32 | 32 |
#) |
33 | 33 |
|
34 |
#hack to allow sub dir calls work |
|
35 |
|
|
34 | 36 |
catkin_package( |
35 | 37 |
INCLUDE_DIRS include |
36 | 38 |
LIBRARIES humotion |
Also available in: Unified diff