mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Resave all projects
This commit is contained in:
parent
3988d492ac
commit
a469daf5be
62 changed files with 322 additions and 0 deletions
|
|
@ -1178,6 +1178,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_core/zip/juce_ZipFile.h"
|
||||
"../../../../../modules/juce_core/juce_core.cpp"
|
||||
"../../../../../modules/juce_core/juce_core.mm"
|
||||
"../../../../../modules/juce_core/juce_core_CompilationTime.cpp"
|
||||
"../../../../../modules/juce_core/juce_core.h"
|
||||
"../../../../../modules/juce_cryptography/encryption/juce_BlowFish.cpp"
|
||||
"../../../../../modules/juce_cryptography/encryption/juce_BlowFish.h"
|
||||
|
|
@ -2373,6 +2374,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../JuceLibraryCode/include_juce_audio_processors_lv2_libs.cpp"
|
||||
"../../../JuceLibraryCode/include_juce_audio_utils.cpp"
|
||||
"../../../JuceLibraryCode/include_juce_core.cpp"
|
||||
"../../../JuceLibraryCode/include_juce_core_CompilationTime.cpp"
|
||||
"../../../JuceLibraryCode/include_juce_cryptography.cpp"
|
||||
"../../../JuceLibraryCode/include_juce_data_structures.cpp"
|
||||
"../../../JuceLibraryCode/include_juce_dsp.cpp"
|
||||
|
|
@ -3507,6 +3509,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_core/zip/juce_ZipFile.h"
|
||||
"../../../../../modules/juce_core/juce_core.cpp"
|
||||
"../../../../../modules/juce_core/juce_core.mm"
|
||||
"../../../../../modules/juce_core/juce_core_CompilationTime.cpp"
|
||||
"../../../../../modules/juce_core/juce_core.h"
|
||||
"../../../../../modules/juce_cryptography/encryption/juce_BlowFish.cpp"
|
||||
"../../../../../modules/juce_cryptography/encryption/juce_BlowFish.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue