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:
parent
653d94c7a0
commit
723b18a149
32 changed files with 156 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue