subject-two/entry/build-profile.json5

19 lines
277 B
Plaintext
Raw Permalink Normal View History

2024-01-05 11:11:15 +08:00
{
"apiType": 'stageMode',
"buildOption": {
"externalNativeOptions": {
"path": "./src/main/cpp/CMakeLists.txt",
"arguments": "",
"cppFlags": "",
}
},
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}