diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-26 15:52:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-26 15:53:23 +0200 |
commit | 8276cb927bafd338be237adbecf437e70042da99 (patch) | |
tree | 49218b58e1f50a65b58674177e6047f1ac9f6831 /build2/buildfile | |
parent | 2fd9d3f177429b20797897360931badedbb0f0ef (diff) |
Implement version module
Diffstat (limited to 'build2/buildfile')
-rw-r--r-- | build2/buildfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build2/buildfile b/build2/buildfile index 83f0a08..23511b2 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -73,6 +73,7 @@ exe{b}: \ cxx/{hxx cxx}{ init } \ cxx/{hxx cxx}{ target } \ dist/{hxx cxx}{ init } \ + dist/{hxx cxx}{ module } \ dist/{hxx cxx}{ operation } \ dist/{hxx cxx}{ rule } \ pkgconfig/{hxx cxx}{ init } \ @@ -93,6 +94,11 @@ test/script/{hxx ixx cxx}{ regex } \ test/script/{hxx cxx}{ runner } \ test/script/{hxx ixx cxx}{ script } \ test/script/{hxx cxx}{ token } \ + version/{hxx cxx}{ init } \ + version/{hxx cxx}{ module } \ + version/{hxx cxx}{ rule } \ + version/{hxx cxx}{ snapshot } \ + version/{ cxx}{ snapshot-git } \ liba{b} $libs #\ |