From eab8c32ee3dd479fbd37209206e23f6f31d53789 Mon Sep 17 00:00:00 2001 From: Lilac Date: Sat, 15 Dec 2018 01:23:06 +1000 Subject: [PATCH] Initial swift module.modulemap file for LLARP --- module.modulemap | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 module.modulemap diff --git a/module.modulemap b/module.modulemap new file mode 100644 index 000000000..279ac02f9 --- /dev/null +++ b/module.modulemap @@ -0,0 +1,6 @@ +module LokiNetwork { + module LLARP { + header "include/llarp.h" + export * + } +}