diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-02 12:15:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-02 12:15:57 +0200 |
commit | 5676f890f19529829cbacf7a42df0d7be53376a3 (patch) | |
tree | 5566da5550d8b955adec95a0bc693ff614c996a7 /odb/details/build2/config-vc-stub.h | |
parent | 8a402e61075ab7a9cc10c506e84b877d701719e9 (diff) |
Add support for build2-aware installation
Diffstat (limited to 'odb/details/build2/config-vc-stub.h')
-rw-r--r-- | odb/details/build2/config-vc-stub.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/details/build2/config-vc-stub.h b/odb/details/build2/config-vc-stub.h new file mode 100644 index 0000000..e107213 --- /dev/null +++ b/odb/details/build2/config-vc-stub.h @@ -0,0 +1,6 @@ +/* file : odb/details/build2/config-vc-stub.h + * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC + * license : GNU GPL v2; see accompanying LICENSE file + */ + +#include <odb/details/config-vc.h> |