fix file cmake

This commit is contained in:
2025-12-02 13:17:41 +07:00
parent f2e09018ce
commit ef5cf7a4ea
2 changed files with 1 additions and 8 deletions

View File

@@ -35,12 +35,9 @@ target_link_libraries(tf3_sensor_msgs INTERFACE
data_convert
)
# --- Cài đặt thư viện vào hệ thống khi chạy make install ---
# --- Cài đặt thư viện vào hệ thống khi chạy make install ---
install(TARGETS tf3_sensor_msgs
EXPORT tf3_sensor_msgs-targets
ARCHIVE DESTINATION lib # Thư viện tĩnh .a
LIBRARY DESTINATION lib # Thư viện động .so
RUNTIME DESTINATION bin # File thực thi (nếu có)
INCLUDES DESTINATION include # Cài đặt include
)