mirror of https://github.com/buggins/dlangui.git
31 lines
592 B
JSON
31 lines
592 B
JSON
{
|
|
"name": "bezier",
|
|
"description": "dlangui bezier curves samples",
|
|
"license": "Boost",
|
|
|
|
"targetPath": "bin",
|
|
"targetType": "executable",
|
|
"targetName": "bezier",
|
|
|
|
"dependencies": {
|
|
"dlangui": {"path": "../../"}
|
|
},
|
|
"configurations" : [
|
|
{
|
|
"name" : "default"
|
|
},
|
|
{
|
|
"name" : "sdl",
|
|
"subConfigurations" : {
|
|
"dlangui" : "sdl"
|
|
}
|
|
},
|
|
{
|
|
"name" : "x11",
|
|
"subConfigurations" : {
|
|
"dlangui" : "x11"
|
|
}
|
|
}
|
|
]
|
|
}
|