Skip to content

Commit bb700ba

Browse files
committed
Merge branch 'harmony-merge-offical-latest-code' into harmony
2 parents 190962a + 454cec8 commit bb700ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "OHOS" AND NOT MLN_WITH_VULKAN AND NOT MLN_WITH_OP
1919
set(MLN_WITH_VULKAN ON CACHE BOOL "Build with Vulkan renderer" FORCE)
2020
message(STATUS "HarmonyOS: Defaulting to Vulkan renderer backend")
2121
endif()
22+
option(MLN_WITH_WEBGPU "Build with WebGPU renderer" OFF)
2223
option(MLN_WITH_PMTILES "Build with PMTiles support" ON)
2324
option(MLN_WITH_WERROR "Make all compilation warnings errors" ON)
2425
option(MLN_USE_UNORDERED_DENSE "Use ankerl dense containers for performance" ON)

0 commit comments

Comments
 (0)