refactor, move vulkan to proper location

This commit is contained in:
2022-06-02 20:01:23 +02:00
parent cab146ac45
commit 525db7fe6b
9 changed files with 554 additions and 464 deletions

View File

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