From 1b52ead802e1f3b24c33cadacb8d67dbfb209253 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 12 Mar 2018 12:57:28 +0000 Subject: Android: Reinstated working simple cliping functionality based on an improved Fl_Rect_Region class instead of Fl_Rect. Commented out complex clipping. Android lib and apps now use C++11 because they can (and I like it). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12741 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt') 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 -- cgit v1.2.3