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

@ -27,4 +27,7 @@ target_link_libraries(NetworkGraphicsDemo PRIVATE
juce::juce_audio_utils
juce::juce_cryptography
juce::juce_opengl
juce::juce_osc)
juce::juce_osc
juce::juce_recommended_config_flags
juce::juce_recommended_lto_flags
juce::juce_recommended_warning_flags)