mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-12-05 20:29:10 +00:00
仓库中添加内置的demo
This commit is contained in:
18
demo/native/engine/harmonyos-next/entry/build-profile.json5
Normal file
18
demo/native/engine/harmonyos-next/entry/build-profile.json5
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
apiType: 'stageMode',
|
||||
buildOption: {
|
||||
externalNativeOptions: {
|
||||
path: '../CMakeLists.txt',
|
||||
arguments: 'arm-linux-ohos -DOHOS_STL=c++_shared -DRES_DIR=/Users/gongxh/work/kunpo-lib/KunpoDemo/build/harmonyos-next -DCOMMON_DIR=/Users/gongxh/work/kunpo-lib/KunpoDemo/native/engine/common -DOPENHARMONY=1',
|
||||
abiFilters: [
|
||||
'arm64-v8a',
|
||||
],
|
||||
cppFlags: '',
|
||||
},
|
||||
},
|
||||
targets: [
|
||||
{
|
||||
name: 'default',
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user