diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-11 23:11:06 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-11 23:11:06 +0100 |
| commit | 654e20ff8b8ee8d8679acad5e448d0e16c9afb42 (patch) | |
| tree | 59a212dd7c1d3db3eb8157292215f42ffc4caa0c /fluid | |
| parent | 6d1f5608ba155e57e7f9efb7925de634e59e7369 (diff) | |
CMake: Build fluid when cross-compiling
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/CMakeLists.txt | 4 |
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) |
