mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 06:19:41 +00:00
cmake ignore vulkan install
This commit is contained in:
parent
e2bcbb4fc4
commit
59d4771fe8
@ -144,7 +144,7 @@ install(TARGETS psoff
|
||||
COMPONENT psoff
|
||||
RUNTIME_DEPENDENCIES
|
||||
PRE_EXCLUDE_REGEXES "api-ms-" "ext-ms-"
|
||||
POST_EXCLUDE_REGEXES ".*system32/.*\\.dll"
|
||||
POST_EXCLUDE_REGEXES ".*system32/.*\\.dll" "vulkan-1\\.dll"
|
||||
DIRECTORIES
|
||||
$<TARGET_FILE_DIR:psoff>
|
||||
${CMAKE_BINARY_DIR}/third_party/src/third_party/bin
|
||||
|
Loading…
Reference in New Issue
Block a user