Skip to content

Commit

Permalink
link gdal to the grid_map_geo library (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim authored Dec 20, 2022
1 parent 40413c6 commit 4d00657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ add_library(${PROJECT_NAME}
src/grid_map_geo.cpp
)
add_dependencies(${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES} ${OpenCV_LIBRARIES} ${GeographicLib_LIBRARIES})
target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES} ${OpenCV_LIBRARIES} ${GeographicLib_LIBRARIES} ${GDAL_LIBRARY})

add_executable(test_tif_loader
src/test_tif_loader.cpp
Expand Down

0 comments on commit 4d00657

Please sign in to comment.