diff --git a/examples/example1/dub.json b/examples/example1/dub.json index d69f0dfe..9d70d235 100644 --- a/examples/example1/dub.json +++ b/examples/example1/dub.json @@ -17,5 +17,16 @@ "dependencies": { "dlangui": {"path": "../../"} - } + }, + "configurations" : [ + { + "name" : "default", + }, + { + "name" : "sdl", + "subConfigurations" : { + "dlangui" : "sdl" + } + } + ] }