Newer
Older
dub_jkp / test / issue1194-warn-wrong-subconfig / dub.sdl
@Sönke Ludwig Sönke Ludwig on 25 Oct 2017 272 bytes Add test.
  1. name "test"
  2. dependency "staticlib-simple" path="../1-staticLib-simple"
  3. dependency "sourcelib-simple" path="../1-sourceLib-simple"
  4. targetType "executable"
  5.  
  6. subConfiguration "staticlib-simple" "foo"
  7. subConfiguration "bar" "baz"
  8. subConfiguration "sourcelib-simple" "library"