ImagingDataCommons / libdicom

C library for reading DICOM files
https://libdicom.readthedocs.io
MIT License
16 stars 7 forks source link

Fall back to Meson WrapDB for dependencies #23

Closed bgilbert closed 1 year ago

bgilbert commented 1 year ago

Rather than hand-bundling uthash and supporting a missing Check dependency, fall back to WrapDB builds for both. meson build --wrap-mode=nofallback can be used to disable the fallbacks, forcing both libraries to come from the system.

Also fix API docs and clean up compiler option handling.

bgilbert commented 1 year ago

Thanks for the review! Updated for comments.

jcupitt commented 1 year ago

LGTM!