update file cmakelists

This commit is contained in:
2025-11-06 17:47:27 +07:00
parent b6dd2d4336
commit bb0bfa6f80
67 changed files with 1971 additions and 44 deletions

View File

@@ -4,7 +4,8 @@ project(std_msgs)
set(CMAKE_CXX_STANDARD 17)
if (NOT TARGET robot_time)
add_subdirectory(${CMAKE_SOURCE_DIR}/../robot_time ${CMAKE_BINARY_DIR}/robot_time_build)
# add_subdirectory(${CMAKE_SOURCE_DIR}/../robot_time ${CMAKE_BINARY_DIR}/robot_time_build)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../../robot_time ${CMAKE_BINARY_DIR}/robot_time_build)
endif()
add_library(std_msgs INTERFACE)