1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00

Re-saved all projects

This commit is contained in:
ed 2019-07-02 09:29:08 +01:00
parent 2d503c7a9d
commit 5d83c1485d
34 changed files with 64 additions and 0 deletions

View file

@ -924,6 +924,7 @@ add_library( ${BINARY_NAME}
"../../../../../modules/juce_graphics/image_formats/pnglib/png.c"
"../../../../../modules/juce_graphics/image_formats/pnglib/png.h"
"../../../../../modules/juce_graphics/image_formats/pnglib/pngconf.h"
"../../../../../modules/juce_graphics/image_formats/pnglib/pngdebug.h"
"../../../../../modules/juce_graphics/image_formats/pnglib/pngerror.c"
"../../../../../modules/juce_graphics/image_formats/pnglib/pngget.c"
"../../../../../modules/juce_graphics/image_formats/pnglib/pnginfo.h"
@ -2284,6 +2285,7 @@ set_source_files_properties("../../../../../modules/juce_graphics/image_formats/
set_source_files_properties("../../../../../modules/juce_graphics/image_formats/pnglib/png.c" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_graphics/image_formats/pnglib/png.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_graphics/image_formats/pnglib/pngconf.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_graphics/image_formats/pnglib/pngdebug.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_graphics/image_formats/pnglib/pngerror.c" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_graphics/image_formats/pnglib/pngget.c" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_graphics/image_formats/pnglib/pnginfo.h" PROPERTIES HEADER_FILE_ONLY TRUE)

View file

@ -1 +1,2 @@
rootProject.name = 'NetworkGraphicsDemo'
include ':app'