mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-09 18:48:05 -05:00
Additional excludes for Windows installation
This commit is contained in:
parent
1bf5f9a07b
commit
4c856f3a1e
@ -73,6 +73,8 @@ if(WIN32)
|
|||||||
FILES_MATCHING
|
FILES_MATCHING
|
||||||
PATTERN "*.dll"
|
PATTERN "*.dll"
|
||||||
PATTERN "vcpkg_installed" EXCLUDE
|
PATTERN "vcpkg_installed" EXCLUDE
|
||||||
|
PATTERN "CMakeFiles" EXCLUDE
|
||||||
|
PATTERN "Testing" EXCLUDE
|
||||||
)
|
)
|
||||||
else(WIN32)
|
else(WIN32)
|
||||||
include(CMakeDist)
|
include(CMakeDist)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user