From 2f518e5e28d35ae24a5ac0e31000835e43b01972 Mon Sep 17 00:00:00 2001 From: sanine Date: Tue, 14 Jun 2022 00:06:42 -0500 Subject: add cglm as 3rd-party library --- libs/cglm/include/module.modulemap | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libs/cglm/include/module.modulemap (limited to 'libs/cglm/include/module.modulemap') diff --git a/libs/cglm/include/module.modulemap b/libs/cglm/include/module.modulemap new file mode 100644 index 0000000..40b8b9f --- /dev/null +++ b/libs/cglm/include/module.modulemap @@ -0,0 +1,14 @@ +module cglm { + header "cglm/cglm.h" + header "cglm/struct.h" + + export * +} + +module cglmc { + header "cglm/cglm.h" + header "cglm/struct.h" + header "cglm/call.h" + + export * +} -- cgit v1.2.1