1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

CMake: Always bundle resources into DemoRunner on macOS

This commit is contained in:
reuk 2020-04-24 19:48:40 +01:00
parent 77aff4658b
commit ec4cbdca1e

View file

@ -59,6 +59,4 @@ target_link_libraries(DemoRunner PRIVATE
juce::juce_product_unlocking
juce::juce_video)
if(CMAKE_SYSTEM_NAME STREQUAL "iOS")
juce_add_bundle_resources_directory(DemoRunner ../Assets)
endif()
juce_add_bundle_resources_directory(DemoRunner ../Assets)