Home | History | Annotate | Download | only in devtools
      1 {
      2     "cmake_variants" : [
      3         {"name": "generator",
      4          "generators": [
      5             {"generator": [
      6                 "Visual Studio 6",
      7                 "Visual Studio 7",
      8                 "Visual Studio 8 2005"
      9                 ] 
     10             }
     11          ] 
     12         },
     13         {"name": "shared_dll",
     14          "variables": [
     15             ["JSONCPP_LIB_BUILD_SHARED=true"],
     16             ["JSONCPP_LIB_BUILD_SHARED=false"]
     17           ]
     18         },
     19         {"name": "build_type",
     20          "build_types": [
     21             "debug", 
     22             "release" 
     23             ]
     24         }
     25     ]
     26 }
     27