apache / arrow-nanoarrow

Helpers for Arrow C Data & Arrow C Stream interfaces
https://arrow.apache.org/nanoarrow
Apache License 2.0
149 stars 34 forks source link

fix: Meson install header files and pkgconfig #542

Closed WillAyd closed 1 week ago

WillAyd commented 1 week ago

Can be verified with meson install --dry-run

WillAyd commented 1 week ago

No refactor issue here - just something I missed setting this up

WillAyd commented 1 week ago

I'll take a look at setting up a ci job for installed components. Think that should be simple

paleolimbot commented 1 week ago

I'll take a look at setting up a ci job for installed components

Check out the cmake-scenarios example!

I don't know a ton about flatbuffers but not sure if this file is required?

I'm second-guessing whether it's needed now (because it's not needed from any user-facing headers, just from the IPC extension sources itself), but there's also no harm in including it for now and sorting it later.