summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
Diffstat (limited to 'fluid')
-rw-r--r--fluid/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt
index dce95ca3a..e791de655 100644
--- a/fluid/CMakeLists.txt
+++ b/fluid/CMakeLists.txt
@@ -14,8 +14,6 @@
# https://www.fltk.org/bugs.php
#
-if (NOT ANDROID)
-
set (CPPFILES
CodeEditor.cxx
StyleParse.cxx
@@ -115,5 +113,3 @@ if (UNIX)
)
endforeach()
endif (UNIX)
-
-endif (NOT ANDROID)