werman / noise-suppression-for-voice

Noise suppression plugin based on Xiph's RNNoise
GNU General Public License v3.0
4.73k stars 228 forks source link

No install target for JUCE plugins #125

Closed antonio-rojas closed 2 years ago

antonio-rojas commented 2 years ago

There is no code to install the compiled plugins in https://github.com/werman/noise-suppression-for-voice/blob/v1.0/src/juce_plugin/CMakeLists.txt

so the plugins are compiled but cmake --install does not install them.

werman commented 2 years ago

Hmmm, I use JUCE_COPY_PLUGIN_AFTER_BUILD to get plugins into folders I want after a build, however it seems I have to do what JUCE_COPY_PLUGIN_AFTER_BUILD originally does but for install.

antonio-rojas commented 2 years ago

Seems ok after 97560e9ad720e34079ff765c927788e130cdb400