ssj71 / infamousPlugins

LV2 Audio Plugins for Linux
http://ssj71.github.io/infamousPlugins
GNU General Public License v2.0
88 stars 12 forks source link

modgui: add option MOD=ON to install resources #42

Closed auto3000 closed 3 years ago

auto3000 commented 3 years ago

I would propose this patch to enable: cmake -DMOD=ON This allows to install the modgui. If not set the variable MOD is defined with OFF.

I'm using this like this at : https://github.com/auto3000/meta-pedalpi/blob/master/recipes-lv2/infamousplugins/infamousplugins_git.bb#L16

I come with this (minor) proposal because I need to install modgui on a x86 machine (with SSE flags... consequently this was not possible to install modgui on x86).