From 31e8432ccf55d592d379992a09d6dd7f62c6675e Mon Sep 17 00:00:00 2001 From: Folling Date: Mon, 12 Feb 2024 10:44:05 +0100 Subject: [PATCH] add module.modulemap Signed-off-by: Folling --- include/module.modulemap | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/module.modulemap diff --git a/include/module.modulemap b/include/module.modulemap new file mode 100644 index 0000000..6b2dbcb --- /dev/null +++ b/include/module.modulemap @@ -0,0 +1,6 @@ +module ikarus { + header "ikarus/persistence/project.h" + header "ikarus/objects/entity.h" + header "ikarus/objects/blueprint.h" + export * +} \ No newline at end of file