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:
parent
ec4cbdca1e
commit
eb01832c48
12 changed files with 184 additions and 17 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue