From 59c8d4fd697d2786b9c028736793a0616b7b7bc1 Mon Sep 17 00:00:00 2001 From: duongtd Date: Tue, 2 Dec 2025 13:17:12 +0700 Subject: [PATCH] fix file cmake --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b59b7bc..1e8bd2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )