ci,CMake: Integrate vcpkg into CMakeLists

Uses manifest mode if the bundled vcpkg is used.
This commit is contained in:
lat9nq 2022-07-22 14:49:43 -04:00
parent 325a6e4aa7
commit 20d760ea99
8 changed files with 45 additions and 7 deletions

View file

@ -11,7 +11,6 @@ cmake .. \
-DCMAKE_CXX_COMPILER=/usr/lib/ccache/clang++ \
-DCMAKE_C_COMPILER=/usr/lib/ccache/clang \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_TOOLCHAIN_FILE=${VCPKG_TOOLCHAIN_FILE} \
-DDISPLAY_VERSION=$1 \
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
-DENABLE_QT_TRANSLATION=ON \