aboutsummaryrefslogtreecommitdiff
path: root/libbutl/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-04 23:15:09 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-12 11:55:44 +0300
commit4791ec7dbb5116a26df896d0b38cd3a66ac64c95 (patch)
treec33c70f5c15ec9988dfcd0e2988668c1969fe05d /libbutl/buildfile
parent46c7d448f27e8fc213c50cd241914b2d94e2e308 (diff)
Add standard-version utility
Diffstat (limited to 'libbutl/buildfile')
-rw-r--r--libbutl/buildfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile
index 8039035..135733c 100644
--- a/libbutl/buildfile
+++ b/libbutl/buildfile
@@ -9,7 +9,12 @@ bash{utility}: in{utility}
bash{manifest-parser}: in{manifest-parser} bash{utility} exe{manifest}
bash{manifest-serializer}: in{manifest-serializer} bash{utility} exe{manifest}
-exe{manifest}: cxx{manifest} $libs
+bash{standard-version}: in{standard-version} \
+ bash{utility} \
+ exe{standard-version}
+
+exe{manifest}: cxx{manifest} $libs
+exe{standard-version}: cxx{standard-version} $libs
# Install our binding support executables next to the modules.
#