external Vulkan things
s-ol
2 years ago
0 | 0 | [submodule "DiligentCore"] |
1 | 1 | path = DiligentCore |
2 | url = https://github.com/DiligentGraphics/DiligentCore.git | |
2 | url = https://git.s-ol.nu/~forks/DiligentCore | |
3 | 3 | [submodule "DiligentTools"] |
4 | 4 | path = DiligentTools |
5 | 5 | url = https://github.com/DiligentGraphics/DiligentTools.git |
0 | function(custom_post_configure_target TARGET) | |
1 | set_target_properties(${TARGET} PROPERTIES | |
2 | LINK_OPTIONS -static-libstdc++ | |
3 | ) | |
4 | endfunction() |