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

CMake: Add targets for recommended flags

This commit is contained in:
reuk 2020-04-24 21:13:21 +01:00
parent ec4cbdca1e
commit eb01832c48
12 changed files with 184 additions and 17 deletions

View file

@ -57,6 +57,9 @@ target_link_libraries(DemoRunner PRIVATE
juce::juce_opengl
juce::juce_osc
juce::juce_product_unlocking
juce::juce_video)
juce::juce_video
juce::juce_recommended_config_flags
juce::juce_recommended_lto_flags
juce::juce_recommended_warning_flags)
juce_add_bundle_resources_directory(DemoRunner ../Assets)