blob: 8b4cb844d7dd9cdb3e0133181a0a124372e761b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
import libs += libbutl
config = config/{operation module utility}
bin = bin/{target rule module}
cxx = cxx/{target rule module}
exe{b}: cxx{b algorithm name operation spec scope variable target \
prerequisite rule file module context search diagnostics token \
lexer parser timestamp path path-io utility filesystem dump options \
$config $bin $cxx} $libs
#@@ TODO
#
# cli --include-with-brackets --include-prefix build --guard-prefix BUILD --hxx-suffix "" options.cli
|