mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 04:11:28 +03:00
Add oboe-wrapper local vcpkg port
... 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>
This commit is contained in:
8
res/vcpkg/oboe-wrapper/portfile.cmake
Normal file
8
res/vcpkg/oboe-wrapper/portfile.cmake
Normal file
@@ -0,0 +1,8 @@
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH "${CMAKE_CURRENT_LIST_DIR}"
|
||||
OPTIONS
|
||||
-DCURRENT_INSTALLED_DIR=${CURRENT_INSTALLED_DIR}
|
||||
PREFER_NINJA
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
Reference in New Issue
Block a user