summaryrefslogtreecommitdiff
path: root/CMake/options.cmake
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2019-01-14 23:27:34 +0100
committerMatthias Melcher <git@matthiasm.com>2019-01-14 23:27:34 +0100
commite25511131b08c839f32515da87333db78f24d630 (patch)
treea43fdd6f48780e4b8977a597214e97c986b73d06 /CMake/options.cmake
parent16181a3afb550b5e8d43c3f2103c0c2841f01052 (diff)
Android: modifying CMake to also create AndroidStudio IDE
Diffstat (limited to 'CMake/options.cmake')
-rw-r--r--CMake/options.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index c747484bd..93f33e834 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -560,6 +560,10 @@ endif(OPTION_FILESYSTEM_SUPPORT)
#######################################################################
#######################################################################
+option (OPTION_CREATE_ANDROID_STUDIO_IDE "create files needed to compile FLtk for Android" OFF)
+#######################################################################
+
+#######################################################################
# prior to CMake 3.0 this feature was buggy
if(NOT CMAKE_VERSION VERSION_LESS 3.0.0)
option(CMAKE_SUPPRESS_REGENERATION