summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-08-30 21:15:43 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-08-30 21:15:43 +0000
commit1b2df88ed0e91a1fdac2d7de9febfa0695d185da (patch)
treebaafcf0cc3af4afc4a0c25a9dc0e5baa02137106 /src
parentaf570d2be4acd55ef6c7ac0c087d271103093479 (diff)
More CMake updates (STR #2244):
- added missing files in src/CMakeLists.txt - added -DUSE_X11 for Unix builds - added new test/unittests program Thanks to Yassine (yostane) for testing and helping to update the CMake files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6847 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5aaafc150..c586bc97a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -126,6 +126,8 @@ SET(CPPFILES
fl_vertex.cxx
screen_xywh.cxx
fl_utf8.cxx
+ fl_encoding_latin1.cxx
+ fl_encoding_mac_roman.cxx
)
SET(FLCPPFILES
forms_compatability.cxx
@@ -171,6 +173,7 @@ SET(CFILES
xutf8/utf8Input.c
xutf8/utf8Utils.c
xutf8/utf8Wrap.c
+ xutf8/keysym2Ucs.c
fl_utf.c
)