mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-29 23:34:42 +00:00
add vcpkg.cmake toolchain file
This commit is contained in:
parent
ec2ab2c1c2
commit
c52b84ee60
1 changed files with 1 additions and 0 deletions
|
|
@ -1036,6 +1036,7 @@ add_cmake_opts -DOPENMW_MP_BUILD=on
|
|||
add_cmake_opts -DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}"
|
||||
add_cmake_opts -DOPENMW_USE_SYSTEM_SQLITE3=OFF
|
||||
add_cmake_opts -DOPENMW_USE_SYSTEM_YAML_CPP=OFF
|
||||
add_cmake_opts -DCMAKE_TOOLCHAIN_FILE=/workspaces/vcpkg/scripts/buildsystems/vcpkg.cmake # add vcpkg toolchain
|
||||
if [ ! -z $CI ]; then
|
||||
case $STEP in
|
||||
components )
|
||||
|
|
|
|||
Loading…
Reference in a new issue