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:
parent
77aff4658b
commit
ec4cbdca1e
1 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue