before merge
This commit is contained in:
@@ -22,10 +22,12 @@ add_service_files(
|
||||
generate_messages(DEPENDENCIES std_msgs)
|
||||
catkin_package(
|
||||
CATKIN_DEPENDS message_runtime
|
||||
INCLUDE_DIRS include
|
||||
)
|
||||
|
||||
include_directories(
|
||||
${catkin_INCLUDE_DIRS}
|
||||
include
|
||||
${catkin_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
catkin_install_python(PROGRAMS
|
||||
@@ -39,3 +41,4 @@ catkin_install_python(PROGRAMS
|
||||
add_executable(aruco_detector src/aruco_detector.cpp)
|
||||
add_executable(speech src/speech.cpp)
|
||||
target_link_libraries(aruco_detector ${catkin_LIBRARIES} ${aruco_LIB})
|
||||
target_link_libraries(speech ${catkin_LIBRARIES} ${aruco_LIB})
|
||||
|
||||
Reference in New Issue
Block a user