From 095aac5b45cff29a39d46ebc0900ed3eb52b1a02 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Apr 2015 15:59:29 +0200 Subject: Initial build2 support --- build/bootstrap.build | 2 ++ build/root.build | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 build/bootstrap.build create mode 100644 build/root.build (limited to 'build') 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 -- cgit v1.1