mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
ececf337f2
If using Qt 6 becomes a problem in terms of compatibility, toggle it off in the CMakePresets.json.
8 lines
198 B
CMake
8 lines
198 B
CMake
set(VCPKG_TARGET_ARCHITECTURE x64)
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|
|
set(VCPKG_ENV_PASSTHROUGH PATH)
|
|
set(VCPKG_BUILD_TYPE release)
|
|
|
|
set(VCPKG_CMAKE_SYSTEM_NAME MinGW)
|