Browse Source

Fix build for some systems

Signed-off-by: falkTX <falktx@falktx.com>
v6.1.6-distrho
falkTX 2 years ago
parent
commit
ebbd5300df
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 3 additions and 0 deletions
  1. +1
    -0
      extras/Build/juceaide/CMakeLists.txt
  2. +2
    -0
      modules/juce_gui_basics/juce_gui_basics.h

+ 1
- 0
extras/Build/juceaide/CMakeLists.txt View File

@@ -43,6 +43,7 @@ if(JUCE_BUILD_HELPER_TOOLS)
juce::juce_recommended_warning_flags) juce::juce_recommended_warning_flags)


set_target_properties(juceaide PROPERTIES set_target_properties(juceaide PROPERTIES
CXX_STANDARD 14
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>") MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")


export(TARGETS juceaide export(TARGETS juceaide


+ 2
- 0
modules/juce_gui_basics/juce_gui_basics.h View File

@@ -57,6 +57,8 @@
#include <juce_graphics/juce_graphics.h> #include <juce_graphics/juce_graphics.h>
#include <juce_data_structures/juce_data_structures.h> #include <juce_data_structures/juce_data_structures.h>
#include <utility>
//============================================================================== //==============================================================================
/** Config: JUCE_ENABLE_REPAINT_DEBUGGING /** Config: JUCE_ENABLE_REPAINT_DEBUGGING
If this option is turned on, each area of the screen that gets repainted will If this option is turned on, each area of the screen that gets repainted will


Loading…
Cancel
Save