diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-21 15:24:14 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-21 15:24:14 +0300 |
commit | 2fe3ce64df1924f13a9292e4df013c55e06e3ad1 (patch) | |
tree | 56a0b8bdecea54f49467ce9f67d2ca53054df7f6 /CMakeLists.txt | |
parent | d773b499e595a43b9b1ae449262dcf13cabf2d02 (diff) |
Added DocumentWidget
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec444865..a3d1d9b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -38,6 +38,8 @@ set (SOURCES | |||
38 | src/ui/color.h | 38 | src/ui/color.h |
39 | src/ui/command.c | 39 | src/ui/command.c |
40 | src/ui/command.h | 40 | src/ui/command.h |
41 | src/ui/documentwidget.h | ||
42 | src/ui/documentwidget.c | ||
41 | src/ui/metrics.c | 43 | src/ui/metrics.c |
42 | src/ui/metrics.h | 44 | src/ui/metrics.h |
43 | src/ui/paint.c | 45 | src/ui/paint.c |