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

@ -29,7 +29,11 @@ if(JUCE_BUILD_HELPER_TOOLS)
JUCE_DISABLE_JUCE_VERSION_PRINTING=1
JUCE_USE_CURL=0)
target_link_libraries(juceaide PRIVATE juce::juce_build_tools)
target_link_libraries(juceaide PRIVATE
juce::juce_build_tools
juce::juce_recommended_config_flags
juce::juce_recommended_lto_flags
juce::juce_recommended_warning_flags)
export(TARGETS juceaide
NAMESPACE juce_tools::