aboutsummaryrefslogtreecommitdiff
path: root/Sources/CLVGL/include/module.modulemap
blob: 9799d8aad7dda8d66d7a899a55c7e96d8d52fb60 (plain)
1
2
3
4
5
module CLVGL {
    umbrella header "shim.h"
    link "lvgl"
    export *
}