Add Vulkan backend minimal integration test
This commit is contained in:
7
tests/RHI/Vulkan/integration/CMakeLists.txt
Normal file
7
tests/RHI/Vulkan/integration/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(vulkan_integration_tests)
|
||||
|
||||
find_package(Python3 REQUIRED)
|
||||
|
||||
add_subdirectory(minimal)
|
||||
Reference in New Issue
Block a user