save
This commit is contained in:
parent
8eec924e33
commit
d01a9c37fe
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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}")
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f8af0b49ddfb8a1339c75b79802d6f26337b4fc3
|
||||
Loading…
Reference in New Issue