mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Place all choc types inside an anonymous namespace
This is to allow users to include choc in a JUCE project and not have symbol collisions with our internally included copy of choc.
This commit is contained in:
parent
7c2a5fc758
commit
dbd3b4f34b
46 changed files with 115 additions and 3 deletions
|
|
@ -1058,6 +1058,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_core/javascript/choc/text/choc_JSON.h"
|
||||
"../../../../../modules/juce_core/javascript/choc/text/choc_StringUtilities.h"
|
||||
"../../../../../modules/juce_core/javascript/choc/text/choc_UTF8.h"
|
||||
"../../../../../modules/juce_core/javascript/choc/JUCE_CHANGES.txt"
|
||||
"../../../../../modules/juce_core/javascript/juce_Javascript.cpp"
|
||||
"../../../../../modules/juce_core/javascript/juce_Javascript.h"
|
||||
"../../../../../modules/juce_core/javascript/juce_JSON.cpp"
|
||||
|
|
@ -3555,6 +3556,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_core/javascript/choc/text/choc_JSON.h"
|
||||
"../../../../../modules/juce_core/javascript/choc/text/choc_StringUtilities.h"
|
||||
"../../../../../modules/juce_core/javascript/choc/text/choc_UTF8.h"
|
||||
"../../../../../modules/juce_core/javascript/choc/JUCE_CHANGES.txt"
|
||||
"../../../../../modules/juce_core/javascript/juce_Javascript.cpp"
|
||||
"../../../../../modules/juce_core/javascript/juce_Javascript.h"
|
||||
"../../../../../modules/juce_core/javascript/juce_JSON.cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue