dub: Is it possible to extend or specialize configurations ?

wjoe invalid at example.com
Fri Sep 18 11:44:39 UTC 2020


configuration "app" {
   versions "CLI"
   target "executable"
   ...
}

configuration "guiapp" : "app" {
   versions "GUI"
   sourceFiles "source/gui.d"
}

The guiapp should basically inherit the "app" configuration and 
extend/override whatever else is needed/different.


More information about the Digitalmars-d-learn mailing list