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

Updated projects

This commit is contained in:
jules 2018-10-18 12:16:36 +01:00
parent 653d94c7a0
commit 723b18a149
32 changed files with 156 additions and 0 deletions

View file

@ -779,6 +779,8 @@ add_library( ${BINARY_NAME}
"../../../../../modules/juce_events/interprocess/juce_InterprocessConnection.h"
"../../../../../modules/juce_events/interprocess/juce_InterprocessConnectionServer.cpp"
"../../../../../modules/juce_events/interprocess/juce_InterprocessConnectionServer.h"
"../../../../../modules/juce_events/interprocess/juce_NetworkServiceDiscovery.cpp"
"../../../../../modules/juce_events/interprocess/juce_NetworkServiceDiscovery.h"
"../../../../../modules/juce_events/messages/juce_ApplicationBase.cpp"
"../../../../../modules/juce_events/messages/juce_ApplicationBase.h"
"../../../../../modules/juce_events/messages/juce_CallbackMessage.h"
@ -2123,6 +2125,8 @@ set_source_files_properties("../../../../../modules/juce_events/interprocess/juc
set_source_files_properties("../../../../../modules/juce_events/interprocess/juce_InterprocessConnection.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_events/interprocess/juce_InterprocessConnectionServer.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_events/interprocess/juce_InterprocessConnectionServer.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_events/interprocess/juce_NetworkServiceDiscovery.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_events/interprocess/juce_NetworkServiceDiscovery.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_events/messages/juce_ApplicationBase.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_events/messages/juce_ApplicationBase.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_events/messages/juce_CallbackMessage.h" PROPERTIES HEADER_FILE_ONLY TRUE)