* Refactored all CMake files * Started working on compiling shaders to header files in CMake Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
8 lines
No EOL
175 B
CMake
8 lines
No EOL
175 B
CMake
include(CMakeFindDependencyMacro)
|
|
@PACKAGE_INIT@
|
|
|
|
find_dependency(VULKAN REQUIRED)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/komputeTargets.cmake)
|
|
|
|
check_required_components(kompute) |