aboutsummaryrefslogtreecommitdiff
path: root/stage2
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-01 01:03:04 +0000
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-01 01:03:04 +0000
commit1a2da7da5b003b8b473f67706a04256f49c86c6f (patch)
treeeb4f9bcc95b01d4aecbb2c6eb299adbb79f4d540 /stage2
parent02633f3e5c58c93715bc574d30570a2a05b62f3d (diff)
downloadcbt-1a2da7da5b003b8b473f67706a04256f49c86c6f.tar.gz
cbt-1a2da7da5b003b8b473f67706a04256f49c86c6f.tar.bz2
cbt-1a2da7da5b003b8b473f67706a04256f49c86c6f.zip
add capture_args macro for type-safe embedding of stringly typed apis
Diffstat (limited to 'stage2')
-rw-r--r--stage2/BasicBuild.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/stage2/BasicBuild.scala b/stage2/BasicBuild.scala
index b683640..a6e8f3e 100644
--- a/stage2/BasicBuild.scala
+++ b/stage2/BasicBuild.scala
@@ -14,6 +14,7 @@ trait BaseBuild extends BuildInterface with DependencyImplementation with Trigge
object libraries{
def eval = DirectoryDependency( context.cbtHome ++ "/libraries/eval" )
+ def captureArgs = DirectoryDependency( context.cbtHome ++ "/libraries/capture_args" )
}
// library available to builds