Cleanup on usage of static vs. dynamic loading (#462)
This commit is contained in:
committed by
Markus Tavenrath
parent
18febd6237
commit
021c7499a0
@@ -40,6 +40,6 @@ add_executable(15_DrawCube
|
||||
)
|
||||
|
||||
set_target_properties(15_DrawCube PROPERTIES FOLDER "Samples")
|
||||
target_compile_definitions(15_DrawCube PUBLIC VULKAN_HPP_DISPATCH_LOADER_DYNAMIC=1)
|
||||
target_include_directories(15_DrawCube PUBLIC ${CMAKE_SOURCE_DIR}/glslang)
|
||||
target_link_libraries(15_DrawCube PUBLIC glslang SPIRV "${Vulkan_LIBRARIES}"
|
||||
)
|
||||
target_link_libraries(15_DrawCube PUBLIC glslang SPIRV)
|
||||
|
||||
Reference in New Issue
Block a user