Eddoursul
f2150e94ef
- Cross-runtime build, tested on SE and AE - Intergrated Flat Map Markers and Stay At The System Page - Added tons of sanity checks - Automatically overrides bFreebiesSeen, bInvalidateOlderFiles, and bModManagerMenuEnabled INI values
9 lines
227 B (Stored with Git LFS)
CMake
9 lines
227 B (Stored with Git LFS)
CMake
set(VCPKG_TARGET_ARCHITECTURE x64)
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|
|
|
|
if (${PORT} MATCHES "fully-dynamic-game-engine|skse|qt*")
|
|
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
|
else ()
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|
|
endif ()
|