fix file cmake

This commit is contained in:
2025-12-02 13:17:12 +07:00
parent 7d0f44a05a
commit 59c8d4fd69

View File

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