From b450cea7e249d521ba9ebf3d186db45656b9fcc4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 15 Jan 2019 01:22:18 +0100 Subject: Android: starting to use CMake to build AndroidStudio files. --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'CMakeLists.txt') 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 ####################################################################### -- cgit v1.2.3