This commit is contained in:
2026-02-06 15:54:35 +07:00
parent 6e320bbe5c
commit c0ceccf32c
11 changed files with 107 additions and 55 deletions

View File

@@ -30,9 +30,9 @@ message(STATUS "========================================")
# Build các packages theo thứ tự phụ thuộc
# 1. Core libraries (header-only hoặc base libraries)
if (NOT TARGET tf3)
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Libraries/tf3)
endif()
# if (NOT TARGET tf3)
# add_subdirectory(${CMAKE_SOURCE_DIR}/src/Libraries/tf3)
# endif()
if (NOT TARGET robot_time)
add_subdirectory(${CMAKE_SOURCE_DIR}/src/Libraries/robot_time)