mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
9 lines
177 B
CMake
9 lines
177 B
CMake
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
|
|
|
vcpkg_cmake_configure(
|
|
SOURCE_PATH "${CURRENT_PORT_DIR}/project"
|
|
OPTIONS
|
|
"-DFEATURES=${FEATURES}"
|
|
)
|
|
vcpkg_cmake_build()
|