From 288ed8988e349fc04e47b4138029c5bf9cda3f2e Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 30 Mar 2016 13:59:55 +0000 Subject: Rewrite fl_utf.c under the driver model: the file disappears and its content is moved to fl_utf8.cxx All functions of fl_utf.c keep their C API in fl_utf8.cxx git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11472 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 96e0ea8a9..ca12bfbe3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -369,7 +369,6 @@ set (CFILES xutf8/utf8Utils.c xutf8/utf8Wrap.c xutf8/keysym2Ucs.c - fl_utf.c ) if (APPLE AND (NOT OPTION_APPLE_X11) AND (NOT OPTION_APPLE_SDL)) -- cgit v1.2.3