mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 20:07:59 +08:00
80d54ff62d
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Alexander Neumann <alexander.neumann@hamburg.de> Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: Billy O'Neal <bion@microsoft.com> Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
7 lines
383 B
CMake
7 lines
383 B
CMake
include("${CMAKE_CURRENT_LIST_DIR}/../vcpkg-cmake-get-vars/vcpkg-port-config.cmake")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/vcpkg_make_configure.cmake")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/vcpkg_make_install.cmake")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/vcpkg_make_common.cmake")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/vcpkg_make.cmake")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/vcpkg_scripts.cmake")
|