Skip to content

Commit

Permalink
link core against glog
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlynen committed Mar 25, 2014
1 parent 94a6985 commit 5c18a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msf_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ catkin_package(

add_library(${PROJECT_NAME} src/lib/msf_tools.cc src/lib/falsecolor.cc
src/lib/gps_conversion.cc)
target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES})
target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES} ${GLOG_LIBRARY})
add_dependencies(msf_core ${PROJECT_NAME}_gencfg)

add_library(similaritytransform src/similaritytransform.cc)
Expand Down

0 comments on commit 5c18a6b

Please sign in to comment.