vcpkg/scripts/test_ports/vcpkg-ci-itk/portfile.cmake

7 lines
132 B
CMake
Raw Normal View History

2024-11-16 08:16:45 +08:00
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
vcpkg_cmake_configure(
SOURCE_PATH "${CURRENT_PORT_DIR}/project"
)
vcpkg_cmake_build()