summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1cb57df34..9c58ed958 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -524,9 +524,11 @@ if(FLTK_USE_X11)
if(NOT USE_XFT)
list(APPEND CFILES
xutf8/utf8Utils.c
- xutf8/utf8Wrap.c
xutf8/utf8Input.c
)
+ if(NOT APPLE)
+ list(APPEND CFILES xutf8/utf8Wrap.c)
+ endif(NOT APPLE)
endif(NOT USE_XFT)
endif(FLTK_USE_X11)