Skip to content

Commit

Permalink
fix exported libraries (fix #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Dec 23, 2012
1 parent dd1651d commit 7a8e67f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ find_package(catkin REQUIRED dynamic_reconfigure image_geometry image_transport
# Dynamic reconfigure support
generate_dynamic_reconfigure_options(cfg/Depth.cfg)

catkin_package(DEPENDS sensor_msgs roscpp nodelet image_transport image_geometry dynamic_reconfigure
INCLUDE_DIRS include
LIBRARIES ${PROJECT_NAME}
catkin_package(
INCLUDE_DIRS include
LIBRARIES DepthImageToLaserScan DepthImageToLaserScanROS DepthImageToLaserScanNodelet
CATKIN_DEPENDS dynamic_reconfigure image_geometry image_transport nodelet roscpp sensor_msgs
)

include_directories(include ${catkin_INCLUDE_DIRS})
Expand Down

0 comments on commit 7a8e67f

Please sign in to comment.