mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Naming: Fix up naming of ChildProcessCoordinator and ChildProcessWorker
This commit is contained in:
parent
6ae1137d91
commit
b72b155443
13 changed files with 194 additions and 146 deletions
|
|
@ -37,7 +37,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../Source/Demos.h"
|
||||
"../../../Source/Main.cpp"
|
||||
"../../../Source/MasterComponent.h"
|
||||
"../../../Source/SlaveComponent.h"
|
||||
"../../../Source/ClientComponent.h"
|
||||
"../../../Source/SharedCanvas.h"
|
||||
"../../../Source/juce_icon.png"
|
||||
"../../../../../modules/juce_audio_basics/audio_play_head/juce_AudioPlayHead.h"
|
||||
|
|
@ -1623,7 +1623,7 @@ add_library( ${BINARY_NAME}
|
|||
|
||||
set_source_files_properties("../../../Source/Demos.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../Source/MasterComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../Source/SlaveComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../Source/ClientComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../Source/SharedCanvas.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../Source/juce_icon.png" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_audio_basics/audio_play_head/juce_AudioPlayHead.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue