|
1234567891011121314 |
- /*
- ==============================================================================
-
- Build options for juce_events static library
-
- ==============================================================================
- */
-
- #ifndef CARLA_JUCE_EVENTS_APPCONFIG_H_INCLUDED
- #define CARLA_JUCE_EVENTS_APPCONFIG_H_INCLUDED
-
- #include "../juce_core/AppConfig.h"
-
- #endif // CARLA_JUCE_EVENTS_APPCONFIG_H_INCLUDED
|