view mupdf-source/thirdparty/zxing-cpp/wrappers/ios/Sources/Wrapper/module.modulemap @ 26:a78c22e89a53

Use long Mercurial options mostly
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 19 Sep 2025 18:52:43 +0200
parents b50eed0cc0ef
children
line wrap: on
line source

module ZXingCpp {
    umbrella header "UmbrellaHeader.h"
    export *
    module * { export * }
}