1
0
Fork 0
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:
attila 2022-05-04 17:47:05 +02:00
parent 3c9d83b64a
commit f4e33faea1
2 changed files with 1426 additions and 0 deletions

View file

@ -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

File diff suppressed because it is too large Load diff