diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-02 15:59:29 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-02 15:59:29 +0200 |
| commit | 095aac5b45cff29a39d46ebc0900ed3eb52b1a02 (patch) | |
| tree | a1597e6759ebe920cdc67accff9441421fc75088 /cli | |
| parent | f68e47475778dd21cd47561e4485c5089c376204 (diff) | |
| download | cli-095aac5b45cff29a39d46ebc0900ed3eb52b1a02.tar.gz cli-095aac5b45cff29a39d46ebc0900ed3eb52b1a02.tar.xz cli-095aac5b45cff29a39d46ebc0900ed3eb52b1a02.zip | |
Initial build2 support
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/buildfile b/cli/buildfile new file mode 100644 index 0000000..e1292cc --- /dev/null +++ b/cli/buildfile @@ -0,0 +1,8 @@ +sema = semantics/{class elements expression namespace option unit} +trav = traversal/{class elements namespace option unit} + +exe{cli}: cxx{cli generator html lexer name-processor parser runtime-inline \ +source context header inline man options runtime-header runtime-source \ +$sema $trav} + +cxx.poptions += -I$out_base -I$src_base |
