1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Files: Add RangedDirectoryIterator

This commit is contained in:
reuk 2020-03-06 13:34:19 +00:00
parent 5f348c3040
commit e7e1de78fa
59 changed files with 481 additions and 84 deletions

View file

@ -543,6 +543,8 @@ add_library( ${BINARY_NAME}
"../../../../../modules/juce_core/files/juce_FileSearchPath.cpp"
"../../../../../modules/juce_core/files/juce_FileSearchPath.h"
"../../../../../modules/juce_core/files/juce_MemoryMappedFile.h"
"../../../../../modules/juce_core/files/juce_RangedDirectoryIterator.cpp"
"../../../../../modules/juce_core/files/juce_RangedDirectoryIterator.h"
"../../../../../modules/juce_core/files/juce_TemporaryFile.cpp"
"../../../../../modules/juce_core/files/juce_TemporaryFile.h"
"../../../../../modules/juce_core/files/juce_WildcardFileFilter.cpp"
@ -1906,6 +1908,8 @@ set_source_files_properties("../../../../../modules/juce_core/files/juce_FileOut
set_source_files_properties("../../../../../modules/juce_core/files/juce_FileSearchPath.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/files/juce_FileSearchPath.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/files/juce_MemoryMappedFile.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/files/juce_RangedDirectoryIterator.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/files/juce_RangedDirectoryIterator.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/files/juce_TemporaryFile.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/files/juce_TemporaryFile.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/files/juce_WildcardFileFilter.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)