diff options
Diffstat (limited to 'vcpkg/ports/vcpkg-boost/vcpkg-port-config.cmake')
| -rw-r--r-- | vcpkg/ports/vcpkg-boost/vcpkg-port-config.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcpkg/ports/vcpkg-boost/vcpkg-port-config.cmake b/vcpkg/ports/vcpkg-boost/vcpkg-port-config.cmake new file mode 100644 index 0000000..990c112 --- /dev/null +++ b/vcpkg/ports/vcpkg-boost/vcpkg-port-config.cmake @@ -0,0 +1,5 @@ +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") |