Skip to content

Commit

Permalink
fix: 不安装不需要的库
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Nov 28, 2023
1 parent 6057e06 commit 08c371d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmake/framework.cmake
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
install(DIRECTORY "${CMAKE_SOURCE_DIR}/deps/bin/" DESTINATION .)
install(DIRECTORY "${CMAKE_SOURCE_DIR}/deps/bin/" DESTINATION .
PATTERN "MaaDbgControlUnit*" EXCLUDE
PATTERN "MaaThriftControlUnit*" EXCLUDE
PATTERN "MaaWin32ControlUnit*" EXCLUDE
PATTERN "MaaRpc*" EXCLUDE
)
install(DIRECTORY "${CMAKE_SOURCE_DIR}/deps/share/MaaAgentBinary" DESTINATION .)

0 comments on commit 08c371d

Please sign in to comment.