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:
parent
2d503c7a9d
commit
5d83c1485d
34 changed files with 64 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
rootProject.name = 'NetworkGraphicsDemo'
|
||||
include ':app'
|
||||
Loading…
Add table
Add a link
Reference in a new issue