logicomacorp / WaveSabre

Official WaveSabre repository
MIT License
246 stars 34 forks source link

Added option to CMakeLists.txt to disable VST plugin compilation. #94

Closed LeStahL closed 2 years ago

LeStahL commented 2 years ago

This allows coders to disable the VST plugin compilation completely.

yupferris commented 2 years ago

This looks good, but I don't like the double-negative - can we make a default-truthy BUILD_VST_PLUGINS variable instead? (same with #96)

yupferris commented 2 years ago

Also needs conflict resolution after merging #93.

LeStahL commented 2 years ago

Rebased and removed double negation.

yupferris commented 2 years ago

cheers!