aboutsummaryrefslogtreecommitdiff
path: root/build2/pkgconfig/init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/pkgconfig/init.hxx')
-rw-r--r--build2/pkgconfig/init.hxx37
1 files changed, 37 insertions, 0 deletions
diff --git a/build2/pkgconfig/init.hxx b/build2/pkgconfig/init.hxx
new file mode 100644
index 0000000..eed224f
--- /dev/null
+++ b/build2/pkgconfig/init.hxx
@@ -0,0 +1,37 @@
+// file : build2/pkgconfig/init.hxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BUILD2_PKGCONFIG_INIT_HXX
+#define BUILD2_PKGCONFIG_INIT_HXX
+
+#include <build2/types.hxx>
+#include <build2/utility.hxx>
+
+#include <build2/module.hxx>
+
+namespace build2
+{
+ namespace pkgconfig
+ {
+ bool
+ config_init (scope&,
+ scope&,
+ const location&,
+ unique_ptr<module_base>&,
+ bool,
+ bool,
+ const variable_map&);
+
+ bool
+ init (scope&,
+ scope&,
+ const location&,
+ unique_ptr<module_base>&,
+ bool,
+ bool,
+ const variable_map&);
+ }
+}
+
+#endif // BUILD2_PKGCONFIG_INIT_HXX