mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Add ARAPluginDemo PIP
This commit is contained in:
parent
3c9d83b64a
commit
f4e33faea1
2 changed files with 1426 additions and 0 deletions
|
|
@ -34,6 +34,12 @@ function(_juce_add_pips)
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/PushNotificationsDemo.h")
|
"${CMAKE_CURRENT_SOURCE_DIR}/PushNotificationsDemo.h")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(NOT (TARGET juce_ara_sdk
|
||||||
|
AND (CMAKE_SYSTEM_NAME STREQUAL "Windows" OR CMAKE_SYSTEM_NAME STREQUAL "Darwin")))
|
||||||
|
list(REMOVE_ITEM headers
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/ARAPluginDemo.h")
|
||||||
|
endif()
|
||||||
|
|
||||||
foreach(header IN ITEMS ${headers})
|
foreach(header IN ITEMS ${headers})
|
||||||
juce_add_pip(${header} added_target)
|
juce_add_pip(${header} added_target)
|
||||||
target_link_libraries(${added_target} PUBLIC
|
target_link_libraries(${added_target} PUBLIC
|
||||||
|
|
|
||||||
1420
examples/Plugins/ARAPluginDemo.h
Normal file
1420
examples/Plugins/ARAPluginDemo.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue