We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b11c6e commit 92839acCopy full SHA for 92839ac
1 file changed
CMakeLists.txt
@@ -78,6 +78,8 @@ endif()
78
include(DaemonSourceGenerator)
79
include(DaemonPlatform)
80
81
+include( DaemonVulkan )
82
+
83
################################################################################
84
# Configuration options
85
@@ -529,7 +531,6 @@ endif()
529
531
if (USE_VULKAN)
530
532
add_definitions("-DDAEMON_RENDERER_VULKAN=1")
533
add_definitions("-DVK_NO_PROTOTYPES=1")
- include(DaemonVulkan)
534
else()
535
add_definitions("-DDAEMON_RENDERER_OPENGL=1")
536
0 commit comments