mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-07-27 09:37:19 +02:00

* Update .gitignore * Add mingw dynamic lib triplets * Only copy pdbs if not using *-mingw triplets * Using VCPKG_POLICY_DLLS_WITHOUT_LIBS as a workaround * Rename *-mingw to *-mingw-dynamic Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
8 lines
214 B
CMake
8 lines
214 B
CMake
set(VCPKG_TARGET_ARCHITECTURE x86)
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|
|
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
|
set(VCPKG_ENV_PASSTHROUGH PATH)
|
|
|
|
set(VCPKG_CMAKE_SYSTEM_NAME MinGW)
|
|
set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled)
|