Add sdl configuration for example1

This commit is contained in:
FreeSlave 2016-03-12 03:29:26 +03:00
parent f4b28764b3
commit 6872d1ed01
1 changed files with 12 additions and 1 deletions

View File

@ -17,5 +17,16 @@
"dependencies": {
"dlangui": {"path": "../../"}
}
},
"configurations" : [
{
"name" : "default",
},
{
"name" : "sdl",
"subConfigurations" : {
"dlangui" : "sdl"
}
}
]
}