summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-11 23:11:06 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-11 23:11:06 +0100
commit654e20ff8b8ee8d8679acad5e448d0e16c9afb42 (patch)
tree59a212dd7c1d3db3eb8157292215f42ffc4caa0c /fluid
parent6d1f5608ba155e57e7f9efb7925de634e59e7369 (diff)
CMake: Build fluid when cross-compiling
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)