windows-amd64-prebuilt-libr.../vcpkg/ports/tool-meson/portfile.cmake
2020-10-10 14:36:42 +02:00

7 lines
354 B
CMake

# This port represents a dependency on the Meson build system.
# In the future, it is expected that this port acquires and installs Meson.
# Currently is used in ports that call vcpkg_find_acquire_program(MESON) in order to force rebuilds.
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
vcpkg_find_acquire_program(MESON)
message(STATUS "Using meson: ${MESON}")