diff options
-rw-r--r-- | build/bootstrap.build | 4 | ||||
-rw-r--r-- | build/root.build | 1 | ||||
-rw-r--r-- | buildfile | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 5b4e9b3..dfab993 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,9 +4,9 @@ project = build2-toolchain version = 0.4.0-a1 -subprojects = libbutl build2 libbpkg bpkg +subprojects = libbutl build2 libsqlite3 libodb libodb-sqlite libbpkg bpkg -using build@0.3.0 +using build@0.4.0-a1 using config using dist using test # Note: needed for dist to work in subprojects with tests. diff --git a/build/root.build b/build/root.build index 13128e0..927ee64 100644 --- a/build/root.build +++ b/build/root.build @@ -6,4 +6,5 @@ # common configuration. # using cxx +using c using? cli @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = libbutl/ build2/ libbpkg/ bpkg/ doc/ +d = libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ doc/ ./: $d doc{INSTALL README version} file{INSTALL.cli} include $d |