mirror of
https://github.com/MAPIRlab/rf2o_laser_odometry.git
synced 2023-04-06 19:28:55 +08:00
wip separating node from computation
This commit is contained in:
committed by
Jeremie Deray
parent
7c98c7e47c
commit
241358540a
@@ -52,8 +52,15 @@ include_directories(
|
||||
${EIGEN_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
## Declare a cpp library
|
||||
add_library(${PROJECT_NAME}
|
||||
src/CLaserOdometry2D.cpp
|
||||
)
|
||||
target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES})
|
||||
|
||||
## Declare a cpp executable
|
||||
add_executable(rf2o_laser_odometry_node src/CLaserOdometry2D.cpp)
|
||||
add_executable(rf2o_laser_odometry_node src/CLaserOdometry2DNode.cpp)
|
||||
target_link_libraries(rf2o_laser_odometry_node ${PROJECT_NAME})
|
||||
|
||||
## Specify libraries to link a library or executable target against
|
||||
target_link_libraries(rf2o_laser_odometry_node
|
||||
|
||||
Reference in New Issue
Block a user