mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-14 19:49:04 +08:00
0dfb1ae776
... because we switched to unmodified oboe. The wrapper is built as separate local vcpkg port that depends on oboe. Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
9 lines
174 B
CMake
9 lines
174 B
CMake
vcpkg_configure_cmake(
|
|
SOURCE_PATH "${CMAKE_CURRENT_LIST_DIR}"
|
|
OPTIONS
|
|
-DCURRENT_INSTALLED_DIR=${CURRENT_INSTALLED_DIR}
|
|
PREFER_NINJA
|
|
)
|
|
|
|
vcpkg_cmake_install()
|