This commit is contained in:
PatriceJiang 2021-02-02 11:49:27 +08:00
parent 8eec924e33
commit d01a9c37fe
6 changed files with 6 additions and 0 deletions

View File

@ -17,5 +17,7 @@ elseif(APPLE)
elseif(IOS)
include(${CMAKE_CURRENT_LIST_DIR}/ios/CMakeLists.txt)
endif()
elseif(OHOS)
include(${CMAKE_CURRENT_LIST_DIR}/ohos/CMakeLists.txt)
endif()

View File

@ -12,6 +12,9 @@ elseif(WINDOWS)
elseif(MACOSX)
set(platform_name mac)
set(platform_spec_path mac)
elseif(OHOS)
set(platform_name ohos)
set(platform_spec_path ohos/${OHOS_ARCH})
endif()
set(platform_spec_path "${CMAKE_CURRENT_LIST_DIR}/../${platform_spec_path}")

1
ohos Submodule

@ -0,0 +1 @@
Subproject commit f8af0b49ddfb8a1339c75b79802d6f26337b4fc3