mirror of
https://gitee.com/openharmony/third_party_jsoncpp
synced 2024-11-23 07:20:16 +00:00
27 lines
563 B
JSON
Executable File
27 lines
563 B
JSON
Executable File
{
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|