From cc7b52ae8f49794579de6c00e647faec489df9c5 Mon Sep 17 00:00:00 2001 From: winsoft666 Date: Fri, 30 Jul 2021 18:37:52 +0800 Subject: [PATCH] Update INSTALL directory. --- src/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a45969c..b80a2aa 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -63,5 +63,7 @@ endif() install( TARGETS ${PROJECT_NAME} - DESTINATION "lib" -) + RUNTIME DESTINATION bin + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib +) \ No newline at end of file