diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-22 17:26:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-22 17:36:23 +0200 |
commit | febb9c275b5247df596876e4eea7fa17b7ec45e7 (patch) | |
tree | 214a192cc6b019fb25a659cfdb84601da74438bf /tests/uuid/buildfile | |
parent | f8fc81a5c9fcd986473797df9286c6c9fef683bf (diff) |
Add support for UUID generation
Diffstat (limited to 'tests/uuid/buildfile')
-rw-r--r-- | tests/uuid/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/uuid/buildfile b/tests/uuid/buildfile new file mode 100644 index 0000000..101c41b --- /dev/null +++ b/tests/uuid/buildfile @@ -0,0 +1,8 @@ +# file : tests/uuid/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 |