mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Add support for AU hosting in PIPs
This commit is contained in:
parent
5491e7aae2
commit
ee06a2364b
1 changed files with 4 additions and 0 deletions
|
|
@ -1752,6 +1752,10 @@ function(juce_add_pip header)
|
|||
NEEDS_STORE_KIT TRUE)
|
||||
endif()
|
||||
|
||||
if("JUCE_PLUGINHOST_AU=1" IN_LIST pip_moduleflags)
|
||||
list(APPEND extra_target_args PLUGINHOST_AU TRUE)
|
||||
endif()
|
||||
|
||||
if(pip_kind STREQUAL "AudioProcessor")
|
||||
set(source_main "${JUCE_CMAKE_UTILS_DIR}/PIPAudioProcessor.cpp.in")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue