summaryrefslogtreecommitdiff
path: root/lib/liboqs/include.gyp.template
diff options
context:
space:
mode:
Diffstat (limited to 'lib/liboqs/include.gyp.template')
-rw-r--r--lib/liboqs/include.gyp.template13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/liboqs/include.gyp.template b/lib/liboqs/include.gyp.template
new file mode 100644
index 000000000..fbf26b6ac
--- /dev/null
+++ b/lib/liboqs/include.gyp.template
@@ -0,0 +1,13 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+{
+ 'include': [
+ '../../../coreconf/config.gypi'
+ ],
+ 'targets': [],
+ 'variables': {
+ 'module': 'oqs'
+ }
+}
+~