Skip to content
Snippets Groups Projects

Resolve "MinGW - the messy compiler support"

Merged Tobias Frisch requested to merge 85-mingw-the-messy-compiler-support into develop
1 unresolved thread
Files
13
+ 2
0
find_package(glfw3 QUIET)
list(APPEND vkcv_definitions GLFW_INCLUDE_VULKAN)
if (glfw3_FOUND)
list(APPEND vkcv_libraries glfw)
Loading