update OpenHarmony 2.0 Canary

This commit is contained in:
mamingshuai
2021-06-02 00:31:46 +08:00
parent eae31f4b3a
commit 4e28c950c8
244 changed files with 25918 additions and 65 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"cmake_variants" : [
{"name": "generator",
"generators": [
{"generator": [
"Visual Studio 6",
"Visual Studio 7",
"Visual Studio 8 2005"
]
}
]
},
{"name": "shared_dll",
"variables": [
["BUILD_SHARED_LIBS=true"],
["BUILD_SHARED_LIBS=false"]
]
},
{"name": "build_type",
"build_types": [
"debug",
"release"
]
}
]
}