paleolimbot opened a new pull request, #719: URL: https://github.com/apache/arrow-nanoarrow/pull/719
This PR makes linking to the usual targets static linkage and adds a paired `_shared` target for users that want to opt in to shared nanoarrow linkage. This is intended to mirror what ADBC and Arrow do (with separated `_shared` and `_static` targets), except nanoarrow already had some existing targets that were intended to be used with static linkage anyway, so those target names were left as is. This PR also adds the appropriate import/export attribute for Windows. Closes #495, closes #718 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org