mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
27 lines
581 B
JSON
27 lines
581 B
JSON
{
|
|
"cmake_variants" : [
|
|
{"name": "generator",
|
|
"generators": [
|
|
{"generator": [
|
|
"Visual Studio 6",
|
|
"Visual Studio 7",
|
|
"Visual Studio 8 2005"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{"name": "shared_dll",
|
|
"variables": [
|
|
["JSONCPP_LIB_BUILD_SHARED=true"],
|
|
["JSONCPP_LIB_BUILD_SHARED=false"]
|
|
]
|
|
},
|
|
{"name": "build_type",
|
|
"build_types": [
|
|
"debug",
|
|
"release"
|
|
]
|
|
}
|
|
]
|
|
}
|