diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-14 14:09:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-14 14:09:32 +0200 |
commit | 8561af5a2551ec453c9888125de273f2cc2940c0 (patch) | |
tree | 4458e955d33f9aaf7e904c8de717803a33ecc81f /tests/semantic-version/buildfile | |
parent | 7c665d965c0ebb259849d5032faa0854c6ae94f2 (diff) |
Add support for parsing semantic and semantic-like versions
Diffstat (limited to 'tests/semantic-version/buildfile')
-rw-r--r-- | tests/semantic-version/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/semantic-version/buildfile b/tests/semantic-version/buildfile new file mode 100644 index 0000000..1055228 --- /dev/null +++ b/tests/semantic-version/buildfile @@ -0,0 +1,8 @@ +# file : tests/semantic-version/buildfile +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +import libs = libbutl%lib{butl} +libs += $stdmod_lib + +exe{driver}: {hxx cxx}{*} $libs |