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

@@ -26,8 +26,6 @@ else()
message(FATAL_ERROR, "unhandled platform !")
endif()
add_definitions(-DVULKAN_HPP_DISPATCH_LOADER_DYNAMIC=1)
FILE (GLOB linkunits ${CMAKE_CURRENT_SOURCE_DIR}/*)
if (SAMPLES_BUILD_WITH_LOCAL_VULKAN_HPP)