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