Update cMakeLists.txt. (#111)
parent
0a76d10546
commit
90872f3697
|
@ -115,7 +115,6 @@ google_binary(cartographer_node
|
|||
time_conversion
|
||||
)
|
||||
|
||||
# TODO(hrapp): The update_cmakelists.py file will happy overwrite this.
|
||||
install(TARGETS cartographer_node
|
||||
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
google_library(drawable_submap
|
||||
USES_CARTOGRAPHER
|
||||
USES_EIGEN
|
||||
USES_ROS
|
||||
SRCS
|
||||
drawable_submap.cc
|
||||
|
|
Loading…
Reference in New Issue