Browse Source

CMake: Always bundle resources into DemoRunner on macOS

tags/2021-05-28
reuk 5 years ago
parent
commit
ec4cbdca1e
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      examples/DemoRunner/CMakeLists.txt

+ 1
- 3
examples/DemoRunner/CMakeLists.txt View File

@@ -59,6 +59,4 @@ target_link_libraries(DemoRunner PRIVATE
juce::juce_product_unlocking juce::juce_product_unlocking
juce::juce_video) juce::juce_video)


if(CMAKE_SYSTEM_NAME STREQUAL "iOS")
juce_add_bundle_resources_directory(DemoRunner ../Assets)
endif()
juce_add_bundle_resources_directory(DemoRunner ../Assets)

Loading…
Cancel
Save