mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 10:59:05 +08:00
7 lines
132 B
CMake
7 lines
132 B
CMake
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
|
|
|
vcpkg_cmake_configure(
|
|
SOURCE_PATH "${CURRENT_PORT_DIR}/project"
|
|
)
|
|
vcpkg_cmake_build()
|