openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

ofxAssimpModelLoader - make file fixes for macos / ios #8065

Closed danoli3 closed 3 months ago

danoli3 commented 3 months ago

addons changes to: addons/ofxAssimp/addon_config.mk addons/ofxAssimpModelLoader/addon_config.mk

danoli3 commented 3 months ago

Yeah it was working without the lines for osx / iOS as well with auto finding in core make file however also including other platforms in those directories:

osx linking to all libraries within xcframework.. however working. lets keep it defined here for now as unforeseen issues with that via make could appear unknown