mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Build: Update the minimum C++ standard to C++17
This commit is contained in:
parent
e9e39de069
commit
b3a4d54a72
90 changed files with 213 additions and 141 deletions
|
|
@ -1559,6 +1559,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/native/juce_mac_MainMenu.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MouseCursor.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_PerScreenDisplayLinks.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_Windowing.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_MultiTouchMapper.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ScopedDPIAwarenessDisabler.h"
|
||||
|
|
@ -3309,6 +3310,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/native/juce_mac_MainMenu.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MouseCursor.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_PerScreenDisplayLinks.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_Windowing.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_MultiTouchMapper.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ScopedDPIAwarenessDisabler.h"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ android {
|
|||
targetSdkVersion 33
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments "-DANDROID_TOOLCHAIN=clang", "-DANDROID_PLATFORM=android-16", "-DANDROID_STL=c++_static", "-DANDROID_CPP_FEATURES=exceptions rtti", "-DANDROID_ARM_MODE=arm", "-DANDROID_ARM_NEON=TRUE", "-DCMAKE_CXX_STANDARD=14", "-DCMAKE_CXX_EXTENSIONS=OFF"
|
||||
arguments "-DANDROID_TOOLCHAIN=clang", "-DANDROID_PLATFORM=android-16", "-DANDROID_STL=c++_static", "-DANDROID_CPP_FEATURES=exceptions rtti", "-DANDROID_ARM_MODE=arm", "-DANDROID_ARM_NEON=TRUE", "-DCMAKE_CXX_STANDARD=17", "-DCMAKE_CXX_EXTENSIONS=OFF"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue