mirror of
https://github.com/status-im/nim-rocksdb.git
synced 2025-02-23 04:18:21 +00:00
11 lines
261 B
CMake
11 lines
261 B
CMake
|
set(VCPKG_TARGET_ARCHITECTURE x64)
|
||
|
set(VCPKG_BUILD_TYPE release)
|
||
|
|
||
|
if(${PORT} MATCHES "snappy|zlib|lz4|zstd")
|
||
|
set(VCPKG_CRT_LINKAGE static)
|
||
|
set(VCPKG_LIBRARY_LINKAGE static)
|
||
|
else()
|
||
|
set(VCPKG_CRT_LINKAGE static)
|
||
|
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
||
|
endif()
|