diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-09 19:59:06 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-09 19:59:06 +0300 |
commit | 4ab25def835077e04cf6df19f4aadc7a2e9dc0d7 (patch) | |
tree | 670ff7734938c2dd9f5160638b72ad20852c24e9 /CMakeLists.txt | |
parent | f0c3134aebd83de1712a66d59af9f2d414110f11 (diff) |
Added header file for keyboard shortcuts
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 676caca4..5922eabe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -89,6 +89,7 @@ set (SOURCES | |||
89 | src/ui/listwidget.h | 89 | src/ui/listwidget.h |
90 | src/ui/lookupwidget.c | 90 | src/ui/lookupwidget.c |
91 | src/ui/lookupwidget.h | 91 | src/ui/lookupwidget.h |
92 | src/ui/keys.h | ||
92 | src/ui/metrics.c | 93 | src/ui/metrics.c |
93 | src/ui/metrics.h | 94 | src/ui/metrics.h |
94 | src/ui/paint.c | 95 | src/ui/paint.c |