summaryrefslogtreecommitdiffstats
path: root/cmake/oss-includes.h.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cmake/oss-includes.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/oss-includes.h.in b/cmake/oss-includes.h.in
new file mode 100644
index 0000000..f3fb673
--- /dev/null
+++ b/cmake/oss-includes.h.in
@@ -0,0 +1,6 @@
+#ifndef OSS_INCLUDES_H_
+#define OSS_INCLUDES_H_
+
+#include <@OSS_HDR_NAME@>
+
+#endif /* OSS_INCLUDES_H_ */