Andrew Fox / BLE_API

Fork of BLE_API by Bluetooth Low Energy

yotta_targets/x86-linux-native/target.json

Committer:
rgrover1
Date:
2015-08-07
Revision:
758:9507ba4ec291

File content as of revision 758:9507ba4ec291:

{
  "name": "x86-linux-native",
  "version": "0.0.5",
  "similarTo": [
    "linux",
    "native",
    "userland",
    "x86-64",
    "x86"
  ],
  "toolchain": "CMake/toolchain.cmake",
  "description": "Build target for programs compiled natively for Linux",
  "keywords": [
    "linux",
    "native"
  ],
  "licenses": [
    {
      "url": "https://spdx.org/licenses/Apache-2.0",
      "type": "Apache-2.0"
    }
  ],
  "debug": [
    "gdb",
    "$program"
  ],
  "scripts": {
    "debug": [
      "gdb",
      "$program"
    ],
    "test": [
      "$program"
    ]
  }
}