Cleanup on usage of static vs. dynamic loading (#462)

This commit is contained in:
Andreas Süßenbach
2019-12-23 08:45:40 +01:00
committed by Markus Tavenrath
parent 18febd6237
commit 021c7499a0
53 changed files with 69 additions and 72 deletions

View File

@@ -36,4 +36,4 @@ add_executable(09_InitDescriptorSet
)
set_target_properties(09_InitDescriptorSet PROPERTIES FOLDER "Samples")
target_link_libraries(09_InitDescriptorSet "${Vulkan_LIBRARIES}")
target_compile_definitions(09_InitDescriptorSet PUBLIC VULKAN_HPP_DISPATCH_LOADER_DYNAMIC=1)