mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 09:21:50 +02:00
Fix Ninja builds with Crashpad enabled on Windows
This commit is contained in:
parent
f84cfec62e
commit
ae877370de
1 changed files with 7 additions and 0 deletions
7
cmake/externals/crashpad/CMakeLists.txt
vendored
7
cmake/externals/crashpad/CMakeLists.txt
vendored
|
@ -13,6 +13,13 @@ if (WIN32)
|
|||
INSTALL_COMMAND ""
|
||||
LOG_DOWNLOAD 1
|
||||
DOWNLOAD_EXTRACT_TIMESTAMP 1
|
||||
BUILD_BYPRODUCTS
|
||||
"project/src/crashpad/out/Release_x64/lib_MD/crashpad_client.lib"
|
||||
"project/src/crashpad/out/Release_x64/lib_MD/crashpad_util.lib"
|
||||
"project/src/crashpad/out/Release_x64/lib_MD/base.lib"
|
||||
"project/src/crashpad/out/Debug_x64/lib_MD/crashpad_client.lib"
|
||||
"project/src/crashpad/out/Debug_x64/lib_MD/crashpad_util.lib"
|
||||
"project/src/crashpad/out/Debug_x64/lib_MD/base.lib"
|
||||
)
|
||||
|
||||
ExternalProject_Get_Property(${EXTERNAL_NAME} SOURCE_DIR)
|
||||
|
|
Loading…
Reference in a new issue