subject-two/entry/build-profile.json5
2024-07-10 14:31:55 +08:00

25 lines
377 B
Plaintext

{
"apiType": 'stageMode',
"buildOption": {
"externalNativeOptions": {
"path": "./src/main/cpp/CMakeLists.txt",
"arguments": "",
"cppFlags": "",
},
"sourceOption": {
"workers": [
'./src/main/ets/workers/worker.ts'
]
}
},
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}