mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-15 15:09:30 +00:00
326b7086c9
* change tpfconvert functionality to backup into backup folder * use vcpkg for more packages * update readme, bump to 1.7.0.2
10 lines
227 B
CMake
10 lines
227 B
CMake
set(VCPKG_TARGET_ARCHITECTURE x86)
|
|
|
|
if(PORT MATCHES "dxsdk-d3dx")
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|
|
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
|
else()
|
|
set(VCPKG_CRT_LINKAGE static)
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|
|
endif()
|