summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-24 19:17:24 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-24 19:17:24 +0300
commit070c69895c5918612c4cb0f7ce82c655877b9442 (patch)
tree48ea8a34040cbdae1e0ba0b4620d80e86dcfdabf /CMakeLists.txt
parent066bb85e2169daacb52a4b7c71923de9468a1ef3 (diff)
Added Banner
Banner will take over everything related to the page top banner. DocumentWidget's content positioning is a bit messy, and now that the banner is no longer part of the GmDocument, it needed a bit of revising. It would still benefit from proper functions for mapping coordinates to/from the GmDocument coordinate space.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dd8b2eca..e3ed86e1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -174,6 +174,8 @@ set (SOURCES
174 src/audio/player.h 174 src/audio/player.h
175 src/audio/stb_vorbis.c 175 src/audio/stb_vorbis.c
176 # User interface: 176 # User interface:
177 src/ui/banner.c
178 src/ui/banner.h
177 src/ui/bindingswidget.c 179 src/ui/bindingswidget.c
178 src/ui/bindingswidget.h 180 src/ui/bindingswidget.h
179 src/ui/certimportwidget.c 181 src/ui/certimportwidget.c