csound / plugins

Repository for Csound plugins which were originally in the main repository, and for new plugins as well.
GNU Lesser General Public License v2.1
11 stars 11 forks source link

Set `PLUGIN_INSTALL_DIR` as cache entry and fix building FluidSynth opcodes on macOS #13

Closed nwhetsell closed 2 years ago

nwhetsell commented 2 years ago

This PR sets PLUGIN_INSTALL_DIR as a cache entry instead of a hardcoded variable on macOS so that packaging plug-ins is possible using Homebrew (see issue #12).

This also fixes FindFLUIDSYNTH.cmake to use the correct variable name for FluidSynth libraries so FluidSynth opcodes can actually be built on macOS.