simple-qemu-manager/project.json

21 lines
474 B
JSON

{
"langrev": "1",
"warnings": [ "no-unused" ],
"dependency-search-paths": [ "lib" ],
"dependencies": [ "ugui", "ugui_sdl3", "sdl3", "schrift" ],
"features": [ "DEBUG_POINTER" ],
"authors": [ "Alessandro Mauri <ale@shitposting.expert>" ],
"version": "0.1.0",
"sources": [ "src/**" ],
"output": "build",
"target": "linux-x64",
"targets": {
"ugui": {
"type": "executable"
}
},
"safe": true,
"opt": "O0",
"debug-info": "full"
}