From 839ce3f20206dcdc0e2c1ab04f9a40bad0b87302 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 2 Aug 2017 13:59:32 +0300 Subject: Add support for build2-aware installation --- odb/sqlite/details/build2/config-stub.h | 6 ++++++ odb/sqlite/details/build2/config-vc-stub.h | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 odb/sqlite/details/build2/config-stub.h create mode 100644 odb/sqlite/details/build2/config-vc-stub.h (limited to 'odb/sqlite/details/build2') diff --git a/odb/sqlite/details/build2/config-stub.h b/odb/sqlite/details/build2/config-stub.h new file mode 100644 index 0000000..3777383 --- /dev/null +++ b/odb/sqlite/details/build2/config-stub.h @@ -0,0 +1,6 @@ +/* file : odb/sqlite/details/build2/config-stub.h + * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC + * license : GNU GPL v2; see accompanying LICENSE file + */ + +#include diff --git a/odb/sqlite/details/build2/config-vc-stub.h b/odb/sqlite/details/build2/config-vc-stub.h new file mode 100644 index 0000000..2499c76 --- /dev/null +++ b/odb/sqlite/details/build2/config-vc-stub.h @@ -0,0 +1,6 @@ +/* file : odb/sqlite/details/build2/config-vc-stub.h + * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC + * license : GNU GPL v2; see accompanying LICENSE file + */ + +#include -- cgit v1.1