Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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()