next try, this time with vk headers and hpp

This commit is contained in:
2022-06-01 14:41:35 +02:00
parent 95b9a17af4
commit e55808b32f
6 changed files with 295 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
add_executable(sdl_service_test start_test.cpp)
add_executable(sdl_service_test
./start_test.cpp
./vulkan_test.cpp
)
target_include_directories(sdl_service_test PRIVATE ".")