projectM-visualizer / projectm

projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.
https://discord.gg/mMrxAqaa3W
GNU Lesser General Public License v2.1
3.22k stars 365 forks source link

Relocate DLL's to PROJECTM_BIN_DIR on Windows #764

Closed Blaquewithaq closed 4 months ago

Blaquewithaq commented 5 months ago

I have submitted this pull request with the intention of aligning the output directory structure more closely with the conventions observed on Windows.

DLL's are more commonly found in /bin directories.

I'm also working on the VCPKG packaging and this is their preferred structure.