exempi-d/dub.sdl

17 lines
288 B
Plaintext
Raw Permalink Normal View History

2016-10-16 17:12:05 +02:00
name "exempi-d"
description "D bindings for exempi"
authors "Les De Ridder"
license "BSD 3-clause"
targetType "library"
2016-10-17 02:27:49 +02:00
libs "exempi"
configuration "library" {
sourcePaths "source"
importPaths "source"
}
configuration "unittest" {
sourcePaths "tests"
importPaths "source" "tests"
}