From 6872d1ed0114a357a62dfb556118b04c797c559e Mon Sep 17 00:00:00 2001 From: FreeSlave Date: Sat, 12 Mar 2016 03:29:26 +0300 Subject: [PATCH] Add sdl configuration for example1 --- examples/example1/dub.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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" + } + } + ] }