openframeworks / apothecary

This is the OpenFrameworks library apothecary. It mixes formulas and potions to build and update the C/C++ lib dependencies.
Other
56 stars 51 forks source link

XCFramework Headers for all libraries #368

Closed danoli3 closed 5 months ago

danoli3 commented 5 months ago

This is currently working fine without this as we are defining header location separately.

However with this change, no headers are needed to be included, it's automatic for each platform, and headers are separated with whatever custom changes are applied per platform also, like define settings etc.

When using mega xcframework this, while some duplicated header files are pushed into files, is the recommended approach.