summaryrefslogtreecommitdiff
path: root/wrappers/swift/CEduVpnCommon/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/swift/CEduVpnCommon/Sources')
-rw-r--r--wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap5
1 files changed, 5 insertions, 0 deletions
diff --git a/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap b/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap
new file mode 100644
index 0000000..f0f47a7
--- /dev/null
+++ b/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap
@@ -0,0 +1,5 @@
+module CEduVpnCommon {
+ header "../../../../../exports/eduvpn_verify.h"
+ link "eduvpn_verify"
+ export *
+}