mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
CMake: Add support for building JUCE projects with CMake
This commit is contained in:
parent
1fdba480cc
commit
ece5644a20
149 changed files with 9921 additions and 3693 deletions
|
|
@ -629,11 +629,11 @@ namespace
|
|||
MemoryBlock data;
|
||||
FileInputStream input (source);
|
||||
input.readIntoMemoryBlock (data);
|
||||
CodeHelpers::writeDataAsCppLiteral (data, literal, true, true);
|
||||
build_tools::writeDataAsCppLiteral (data, literal, true, true);
|
||||
dataSize = data.getSize();
|
||||
}
|
||||
|
||||
auto variableName = CodeHelpers::makeBinaryDataIdentifierName (source);
|
||||
auto variableName = build_tools::makeBinaryDataIdentifierName (source);
|
||||
|
||||
MemoryOutputStream header, cpp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue