summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2019-01-15 01:22:18 +0100
committerMatthias Melcher <git@matthiasm.com>2019-01-15 01:22:18 +0100
commitb450cea7e249d521ba9ebf3d186db45656b9fcc4 (patch)
treea314e25e0a389ae7d1e60fecb602b16db1ac316f /CMakeLists.txt
parente25511131b08c839f32515da87333db78f24d630 (diff)
Android: starting to use CMake to build AndroidStudio files.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 41cf9ac91..dd67da35e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -96,14 +96,6 @@ configure_file(
@ONLY
)
-if (OPTION_CREATE_ANDROID_STUDIO_IDE)
- configure_file(
- ${CMAKE_CURRENT_SOURCE_DIR}/abi-version.cmake.in
- ${CMAKE_CURRENT_BINARY_DIR}/AndroidStudio/FL/abi-version.h
- @ONLY
- )
-endif (OPTION_CREATE_ANDROID_STUDIO_IDE)
-
#######################################################################
# build examples - these have to be built after fluid is built/imported
#######################################################################