llama.cpp/kompute/cmake/komputeConfig.cmake.in

8 lines
175 B
CMake

include(CMakeFindDependencyMacro)
@PACKAGE_INIT@
find_dependency(VULKAN REQUIRED)
include(${CMAKE_CURRENT_LIST_DIR}/komputeTargets.cmake)
check_required_components(kompute)