fix file cmake

This commit is contained in:
duongtd 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ư vin vào h thng khi chy make install ---
install(TARGETS data_convert
EXPORT data_convert-targets
ARCHIVE DESTINATION lib # Thư vin tĩnh .a
LIBRARY DESTINATION lib # Thư vin đng .so
RUNTIME DESTINATION bin # File thc thi (nếu )
INCLUDES DESTINATION include # Cài đt include
)