diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-08-09 14:52:03 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-08-09 14:52:03 -0600 |
commit | 5ffec6ed7c40522c88a5bb62fe22e233b358244f (patch) | |
tree | 95103636dd98a5016c7650f6ef1ca95ccec7a166 /Sources/CLVGL/include/module.modulemap | |
parent | fa3bba6792cdef4a11554d9538aa39e7fdb9b04c (diff) |
initial commit
Diffstat (limited to 'Sources/CLVGL/include/module.modulemap')
-rw-r--r-- | Sources/CLVGL/include/module.modulemap | 5 |
1 files changed, 5 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 * +} |