1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +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

@ -937,6 +937,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"
@ -2295,6 +2296,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)