We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 190962a + 454cec8 commit bb700baCopy full SHA for bb700ba
1 file changed
CMakeLists.txt
@@ -19,6 +19,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "OHOS" AND NOT MLN_WITH_VULKAN AND NOT MLN_WITH_OP
19
set(MLN_WITH_VULKAN ON CACHE BOOL "Build with Vulkan renderer" FORCE)
20
message(STATUS "HarmonyOS: Defaulting to Vulkan renderer backend")
21
endif()
22
+option(MLN_WITH_WEBGPU "Build with WebGPU renderer" OFF)
23
option(MLN_WITH_PMTILES "Build with PMTiles support" ON)
24
option(MLN_WITH_WERROR "Make all compilation warnings errors" ON)
25
option(MLN_USE_UNORDERED_DENSE "Use ankerl dense containers for performance" ON)
0 commit comments