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 * + } +}