mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
89dec24cc2
* 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>
7 lines
168 B
CMake
7 lines
168 B
CMake
set(VCPKG_TARGET_ARCHITECTURE x86)
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|
|
set(VCPKG_ENV_PASSTHROUGH PATH)
|
|
|
|
set(VCPKG_CMAKE_SYSTEM_NAME MinGW)
|