mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 17:59:07 +08:00
6 lines
253 B
CMake
6 lines
253 B
CMake
|
include_guard(GLOBAL)
|
||
|
|
||
|
include("${CURRENT_HOST_INSTALLED_DIR}/share/vcpkg-cmake/vcpkg-port-config.cmake")
|
||
|
include("${CURRENT_HOST_INSTALLED_DIR}/share/vcpkg-cmake-config/vcpkg-port-config.cmake")
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/boost-install.cmake")
|