pxt-calliope/libs/cpp-test/yelm.json
2016-03-10 14:01:04 -08:00

18 lines
304 B
JSON

{
"name": "cpp-test",
"description": "Testing C++",
"files": [
"support.cpp",
"hello.ts"
],
"public": true,
"microbit": {
"config": {
"MICROBIT_BLE_ENABLED": "0"
}
},
"dependencies": {
"core": "file:../microbit"
}
}