Skip to content

Commit 1d3aa7d

Browse files
committed
Add source file to the library
1 parent 95bebd6 commit 1d3aa7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terrain_navigation_ros/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ include_directories(
4646

4747
add_library(${PROJECT_NAME}
4848
src/terrain_planner.cpp
49+
src/geo_conversions.cpp
4950
)
5051
add_dependencies(${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS} ${PROJECT_NAME}_gencfg ${Boost_LIBRARIES})
5152
target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES} ${OpenCV_LIBRARIES} ${GeographicLib_LIBRARIES} ${OMPL_LIBRARIES} ${Boost_LIBRARIES})

0 commit comments

Comments
 (0)