Revision 39209d06 examples/meka/CMakeLists.txt

View differences:

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