Project

General

Profile

Revision d5eb9681

IDd5eb96818ee71072c0665fbfea106cb5f8c0244e

Added by Nick Stanley almost 12 years ago

Modified CMakeLists.txt

View differences:

vision/CMakeLists.txt
21 21
#uncomment if you have defined services
22 22
#rosbuild_gensrv()
23 23

  
24
rosbuild_add_executable(v2v3_converter src/v2v3_converter.cpp)
24
#rosbuild_add_executable(v2v3_converter src/v2v3_converter.cpp)
25 25
rosbuild_add_executable(rviz_interactive_target src/rviz_interactive_target.cpp)
26
rosbuild_add_executable(opencvdetect src/opencvdetect.cpp)
26 27

  
27 28
#common commands for building c++ executables and libraries
28 29
#rosbuild_add_library(${PROJECT_NAME} src/example.cpp)
......
31 32
#rosbuild_link_boost(${PROJECT_NAME} thread)
32 33
#rosbuild_add_executable(example examples/example.cpp)
33 34
#target_link_libraries(example ${PROJECT_NAME})
34
target_link_libraries(v2v3_converter ${OpenCV_LIBS}) 
35
target_link_libraries(opencvdetect ${OpenCV_LIBS}) 

Also available in: Unified diff