mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-07 00:06:35 +01:00
load vulkan using volk and create window instance surface
This commit is contained in:
@@ -40,6 +40,9 @@ else()
|
||||
target_link_libraries(sdl_service glad)
|
||||
endif()
|
||||
|
||||
# TODO: conditionaly
|
||||
target_link_libraries(sdl_service volk::volk)
|
||||
|
||||
if(VCPKG_TARGET_TRIPLET)
|
||||
target_link_libraries(sdl_service SDL2::SDL2 SDL2::SDL2main SDL2::SDL2-static)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user