Hiep sua ten file
This commit is contained in:
@@ -5,23 +5,23 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
add_subdirectory(utils)
|
||||
|
||||
if (NOT TARGET std_msgs)
|
||||
add_subdirectory(std_msgs)
|
||||
if (NOT TARGET robot_std_msgs)
|
||||
add_subdirectory(robot_std_msgs)
|
||||
endif()
|
||||
if (NOT TARGET geometry_msgs)
|
||||
add_subdirectory(geometry_msgs)
|
||||
if (NOT TARGET robot_geometry_msgs)
|
||||
add_subdirectory(robot_geometry_msgs)
|
||||
endif()
|
||||
if (NOT TARGET sensor_msgs)
|
||||
add_subdirectory(sensor_msgs)
|
||||
if (NOT TARGET robot_sensor_msgs)
|
||||
add_subdirectory(robot_sensor_msgs)
|
||||
endif()
|
||||
if (NOT TARGET nav_msgs)
|
||||
add_subdirectory(nav_msgs)
|
||||
if (NOT TARGET robot_nav_msgs)
|
||||
add_subdirectory(robot_nav_msgs)
|
||||
endif()
|
||||
if(NOT TARGET map_msgs)
|
||||
add_subdirectory(map_msgs)
|
||||
if(NOT TARGET robot_map_msgs)
|
||||
add_subdirectory(robot_map_msgs)
|
||||
endif()
|
||||
if(NOT TARGET visualization_msgs)
|
||||
add_subdirectory(visualization_msgs)
|
||||
if(NOT TARGET robot_visualization_msgs)
|
||||
add_subdirectory(robot_visualization_msgs)
|
||||
endif()
|
||||
if(NOT TARGET robot_protocol_msgs)
|
||||
add_subdirectory(robot_protocol_msgs)
|
||||
|
||||
Reference in New Issue
Block a user