Cleanup includes

This commit is contained in:
2020-10-28 01:13:11 +01:00
parent 78d24fbe41
commit 876f25784e
50 changed files with 138 additions and 101 deletions

View File

@@ -16,6 +16,7 @@ add_executable(openVulkanoCpp openVulkanoCpp/main.cpp)
file(GLOB_RECURSE sources CONFIGURE_DEPENDS "openVulkanoCpp/*.cpp")
target_sources(openVulkanoCpp PRIVATE ${sources})
target_include_directories(openVulkanoCpp PUBLIC openVulkanoCpp)
#Setup Vulkan
find_package(Vulkan REQUIRED)