From ec4cbdca1e108789f0b68cb7ea5c0404e8ff04f6 Mon Sep 17 00:00:00 2001 From: reuk Date: Fri, 24 Apr 2020 19:48:40 +0100 Subject: [PATCH] CMake: Always bundle resources into DemoRunner on macOS --- examples/DemoRunner/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/DemoRunner/CMakeLists.txt b/examples/DemoRunner/CMakeLists.txt index 81af2af558..65833d043c 100644 --- a/examples/DemoRunner/CMakeLists.txt +++ b/examples/DemoRunner/CMakeLists.txt @@ -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)