We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad83193 commit c0d3ccbCopy full SHA for c0d3ccb
Tests/DiligentCoreAPITest/CMakeLists.txt
@@ -56,6 +56,12 @@ if(VULKAN_SUPPORTED)
56
list(APPEND SOURCE ${VK_SOURCE})
57
endif()
58
59
+if(NOT VULKAN_SUPPORTED OR NOT ${DILIGENT_USE_SPIRV_TOOLCHAIN} OR ${DILIGENT_NO_GLSLANG})
60
+ list(REMOVE_ITEM SOURCE
61
+ ${CMAKE_CURRENT_SOURCE_DIR}/src/Vulkan/ConvertUBOToPushConstantsTestVk.cpp
62
+ )
63
+endif()
64
+
65
if(METAL_SUPPORTED)
66
file(GLOB MTL_SOURCE LIST_DIRECTORIES false src/Metal/*)
67
file(GLOB MTL_INCLUDE LIST_DIRECTORIES false include/Metal/*)
0 commit comments