bepzi / helm

A custom fork of Matt Tytel's Helm synthesizer
GNU General Public License v3.0
7 stars 0 forks source link

Fix "redefinition of JUCE_STANDALONE_APPLICATION" compiler warning #8

Open bepzi opened 3 years ago

bepzi commented 3 years ago

One possible approach to take: instead of declaring the executable with juce_add_gui_app(), just use add_executable() directly and don't use <JuceHeader.h> in the standalone code.