mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-08-04 06:18:37 +00:00
18 lines
458 B
Plaintext
18 lines
458 B
Plaintext
{
|
|
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',
|
|
},
|
|
],
|
|
} |