mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
8 lines
140 B
CMake
8 lines
140 B
CMake
|
SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||
|
|
||
|
vcpkg_cmake_configure(
|
||
|
SOURCE_PATH "${CURRENT_PORT_DIR}/project"
|
||
|
)
|
||
|
|
||
|
vcpkg_cmake_build()
|