Logo white

Hu Chunming / vpt_ascend_arm

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • vpt_ascend_arm
  • 3rdparty
  • jsoncpp-1.9.5
  • devtools
  • agent_vmxp.json
  • arm交付版
    09c2d08c
    Hu Chunming authored
    2023-08-10 16:02:26 +0800  
    Browse Code »
agent_vmxp.json 563 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 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"
            ]
        }
    ]
}