mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
This commit is contained in:
parent
c70ca3f387
commit
a391f303da
5 changed files with 50 additions and 17 deletions
12
extras/binarybuilder/juce_LibrarySource.cpp
Normal file
12
extras/binarybuilder/juce_LibrarySource.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
/*
|
||||
This file includes the entire juce source tree via the amalgamated file.
|
||||
|
||||
You could add the amalgamated file directly to your project, but doing it
|
||||
like this allows you to put your app's config settings in the
|
||||
juce_AppConfig.h file and have them applied to both the juce headers and
|
||||
the source code.
|
||||
*/
|
||||
|
||||
#include "juce_AppConfig.h"
|
||||
#include "../../juce_amalgamated.cpp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue