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 /build | |
| parent | f68e47475778dd21cd47561e4485c5089c376204 (diff) | |
| download | cli-095aac5b45cff29a39d46ebc0900ed3eb52b1a02.tar.gz cli-095aac5b45cff29a39d46ebc0900ed3eb52b1a02.tar.xz cli-095aac5b45cff29a39d46ebc0900ed3eb52b1a02.zip | |
Initial build2 support
Diffstat (limited to 'build')
| -rw-r--r-- | build/bootstrap.build | 2 | ||||
| -rw-r--r-- | build/root.build | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build new file mode 100644 index 0000000..6bba96a --- /dev/null +++ b/build/bootstrap.build @@ -0,0 +1,2 @@ +project_name = cli +using config diff --git a/build/root.build b/build/root.build new file mode 100644 index 0000000..52c8c8a --- /dev/null +++ b/build/root.build @@ -0,0 +1,5 @@ +source $out_root/build/config.build + +using cxx + +cxx.libs += -lcutl |
