mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-13 18:27:10 +01:00
3f6345234f
Replace JSONCPP_LIB_BUILD_SHARED => BUILD_SHARED_LIBS
27 lines
593 B
JSON
27 lines
593 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|