From e71c09d3a91324edab902794f51442761563b902 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 23 Oct 2023 18:21:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=8D=E5=B0=86=E7=94=A8=E4=B8=8D?= =?UTF-8?q?=E4=B8=8A=E7=9A=84lib=E6=94=BE=E5=88=B0=E4=BA=A7=E7=89=A9?= =?UTF-8?q?=E5=8C=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/MaaAdbControlUnit/CMakeLists.txt | 3 ++- source/MaaDebuggingControlUnit/CMakeLists.txt | 3 ++- source/MaaUtils/CMakeLists.txt | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/source/MaaAdbControlUnit/CMakeLists.txt b/source/MaaAdbControlUnit/CMakeLists.txt index 499bf8850..1cd463378 100644 --- a/source/MaaAdbControlUnit/CMakeLists.txt +++ b/source/MaaAdbControlUnit/CMakeLists.txt @@ -18,6 +18,7 @@ install( TARGETS MaaAdbControlUnit RUNTIME DESTINATION bin LIBRARY DESTINATION bin - ARCHIVE DESTINATION lib) + #ARCHIVE DESTINATION lib + ) source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${maa_adb_control_unit_src}) diff --git a/source/MaaDebuggingControlUnit/CMakeLists.txt b/source/MaaDebuggingControlUnit/CMakeLists.txt index 3143557ea..18210c4c5 100644 --- a/source/MaaDebuggingControlUnit/CMakeLists.txt +++ b/source/MaaDebuggingControlUnit/CMakeLists.txt @@ -15,6 +15,7 @@ install( TARGETS MaaDebuggingControlUnit RUNTIME DESTINATION bin LIBRARY DESTINATION bin - ARCHIVE DESTINATION lib) + #ARCHIVE DESTINATION lib + ) source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${maa_debugging_control_unit_src}) diff --git a/source/MaaUtils/CMakeLists.txt b/source/MaaUtils/CMakeLists.txt index 72face73a..7342c7809 100644 --- a/source/MaaUtils/CMakeLists.txt +++ b/source/MaaUtils/CMakeLists.txt @@ -10,6 +10,7 @@ install( TARGETS MaaUtils RUNTIME DESTINATION bin LIBRARY DESTINATION bin - ARCHIVE DESTINATION lib) + #ARCHIVE DESTINATION lib +) source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${maa_utils_src})