subject-two/entry/build-profile.json5
2025-02-11 09:18:16 +08:00

20 lines
305 B
Plaintext

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