Skip to content
Snippets Groups Projects
Commit d34e4fd5 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

[skip-ci] cleaning cmake file

parent 0a752517
No related branches found
No related tags found
1 merge request!1Resolve "Adapt to core cmake refactor"
Pipeline #10868 skipped
INCLUDE_DIRECTORIES( INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}
${catkin_INCLUDE_DIRS}
) )
FIND_PACKAGE(catkin REQUIRED COMPONENTS FIND_PACKAGE(catkin REQUIRED COMPONENTS
rosbag rosbag
rosconsole
roscpp roscpp
roslib
sensor_msgs
std_msgs
geometry_msgs
tf
wolf_ros_node
wolf_ros_objectslam wolf_ros_objectslam
) )
FIND_PACKAGE(wolfimu REQUIRED) FIND_PACKAGE(wolfimu REQUIRED CONFIG)
INCLUDE_DIRECTORIES( INCLUDE_DIRECTORIES(
${rosbag_INCLUDE_DIRS} ${catkin_INCLUDE_DIRS}
${wolf_ros_objectslam_INCLUDE_DIRS} ${wolf_ros_objectslam_INCLUDE_DIRS}
${std_msgs_INCLUDE_DIRS}
) )
ADD_EXECUTABLE(demo_toy_pbe demo_toy_pbe.cpp) ADD_EXECUTABLE(demo_toy_pbe demo_toy_pbe.cpp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment