mirror of
https://github.com/avinal/xeus-basic.git
synced 2026-01-10 23:28:36 +05:30
9 lines
195 B
JSON
9 lines
195 B
JSON
|
|
{
|
||
|
|
"display_name": "xbasic",
|
||
|
|
"argv": [
|
||
|
|
"@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@/@EXECUTABLE_NAME@",
|
||
|
|
"-f",
|
||
|
|
"{connection_file}"
|
||
|
|
],
|
||
|
|
"language": "basic"
|
||
|
|
}
|