fix file cmake

This commit is contained in:
2025-12-02 13:03:56 +07:00
parent ff4856ab15
commit a78034191c
5 changed files with 1 additions and 15 deletions

View File

@@ -20,9 +20,6 @@ target_link_libraries(geometry_msgs INTERFACE std_msgs)
# --- Cài đặt thư viện vào hệ thống khi chạy make install ---
install(TARGETS geometry_msgs
EXPORT geometry_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
)