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

Makefile: Copy shared library files from addons libs to exe folder #8046

Closed ofTheo closed 4 months ago

ofTheo commented 4 months ago

Current state of things on Linux / Msys2 and macOS:

This PR copies addon shared libraries as part of the make command and also changes Linux to look for shared libs in project/bin/ ( mirroring Windows and macOS behavior ).