diff options
Diffstat (limited to 'ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt')
| -rw-r--r-- | ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt b/ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt index c7530ae38..c9f4fab48 100644 --- a/ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt +++ b/ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt @@ -17,6 +17,8 @@ cmake_minimum_required(VERSION 3.4.1) set(FLTK_DIR ../../../../../..) +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") + # FIXME: add as a second argument the binary build dir # so that the first argument can link directly to FLTK |
