add file nav_msgs
This commit is contained in:
@@ -6,12 +6,12 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
if (NOT TARGET std_msgs)
|
||||
add_subdirectory(std_msgs)
|
||||
endif()
|
||||
if (NOT TARGET sensor_msgs)
|
||||
add_subdirectory(sensor_msgs)
|
||||
endif()
|
||||
if (NOT TARGET geometry_msgs)
|
||||
add_subdirectory(geometry_msgs)
|
||||
endif()
|
||||
if (NOT TARGET sensor_msgs)
|
||||
add_subdirectory(sensor_msgs)
|
||||
endif()
|
||||
if (NOT TARGET nav_msgs)
|
||||
add_subdirectory(nav_msgs)
|
||||
endif()
|
||||
Reference in New Issue
Block a user