mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
9 lines
236 B
CMake
9 lines
236 B
CMake
set(VCPKG_TARGET_ARCHITECTURE x64)
|
|
|
|
if(${PORT} MATCHES "sdl2|openal-soft|libsndfile")
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|
|
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
|
else()
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|
|
endif()
|