1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00

Adiciona variável VCPKG_USER_DIRECTORY

This commit is contained in:
Danilo 2024-06-03 21:38:53 -03:00
parent 2b04f657cd
commit fe0cec0bc5

View File

@ -10,7 +10,8 @@ if (POLICY CMP0141)
endif()
# CMAKE_TOOLCHAIN_FILE
include("C:/vcpkg/scripts/buildsystems/vcpkg.cmake")
set(VCPKG_USER_DIRECTORY "C:/vcpkg")
include("${VCPKG_USER_DIRECTORY}/scripts/buildsystems/vcpkg.cmake")
project ("xna")
# Include sub-projects.