mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 21:01:38 +08:00
11 lines
230 B
CMake
11 lines
230 B
CMake
|
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||
|
|
||
|
vcpkg_find_acquire_program(PKGCONFIG)
|
||
|
|
||
|
vcpkg_cmake_configure(
|
||
|
SOURCE_PATH "${CURRENT_PORT_DIR}/project"
|
||
|
OPTIONS
|
||
|
"-DPKG_CONFIG_EXECUTABLE=${PKGCONFIG}"
|
||
|
)
|
||
|
vcpkg_cmake_build()
|