CMake: Build fluid when cross-compiling

This commit is contained in:
Albrecht Schlosser
2021-11-11 23:11:06 +01:00
parent 6d1f5608ba
commit 654e20ff8b
4 changed files with 23 additions and 17 deletions

View File

@@ -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)