From 57b10c06925d0bdf6ffb38488ee908f085109e95 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 4 Jul 2019 19:12:15 +0300 Subject: Move config, dist, test, and install modules into library --- libbuild2/buildfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libbuild2/buildfile') diff --git a/libbuild2/buildfile b/libbuild2/buildfile index 99f616c..f23f023 100644 --- a/libbuild2/buildfile +++ b/libbuild2/buildfile @@ -4,6 +4,10 @@ import int_libs = libbutl%lib{butl} +# The config, test, install, and dist are "core modules" that come bundled +# with libbuild2. Note that the core can still function without them or with +# their alternative implementations. +# ./: lib{build2}: libul{build2}: {hxx ixx txx cxx}{** -config \ -version \ -**.test...} \ -- cgit v1.1