mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:39:44 +08:00
7 lines
148 B
CMake
7 lines
148 B
CMake
|
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||
|
|
||
|
vcpkg_cmake_configure(
|
||
|
SOURCE_PATH "${CURRENT_INSTALLED_DIR}/share/skia/example"
|
||
|
)
|
||
|
vcpkg_cmake_build()
|