Add 'minimal' configuration for example1 for easy testing of NO_OPENGL version

This commit is contained in:
FreeSlave 2016-04-09 01:17:30 +03:00
parent 369d03eb34
commit a36ef7e447
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@
"subConfigurations" : {
"dlangui" : "sdl"
}
},
{
"name" : "minimal",
"subConfigurations" : {
"dlangui" : "minimal"
}
}
]
}