aboutsummaryrefslogtreecommitdiff
path: root/Sources/CLVGL/include
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/CLVGL/include')
-rw-r--r--Sources/CLVGL/include/module.modulemap5
-rw-r--r--Sources/CLVGL/include/shim.h6
2 files changed, 11 insertions, 0 deletions
diff --git a/Sources/CLVGL/include/module.modulemap b/Sources/CLVGL/include/module.modulemap
new file mode 100644
index 0000000..9799d8a
--- /dev/null
+++ b/Sources/CLVGL/include/module.modulemap
@@ -0,0 +1,5 @@
+module CLVGL {
+ umbrella header "shim.h"
+ link "lvgl"
+ export *
+}
diff --git a/Sources/CLVGL/include/shim.h b/Sources/CLVGL/include/shim.h
new file mode 100644
index 0000000..49229a3
--- /dev/null
+++ b/Sources/CLVGL/include/shim.h
@@ -0,0 +1,6 @@
+#ifndef CLVGL_SHIM_H
+#define CLVGL_SHIM_H
+
+#include "../lvgl/lvgl.h"
+
+#endif // CLVGL_SHIM_H