summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-16 13:21:36 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-16 13:21:36 +0300
commit97f9a1c9bf49ca67fe1f99c57aa70e0bdf64a466 (patch)
treeb680da6408f78c4555edf3f6b9e86c6ce8925a53 /CMakeLists.txt
parent19f29bc4382b3dfe9d3c21ddabd5501919c76566 (diff)
Cleanup: Moved mobile UI code to its own file
The mobile UI related code has grown large enough to warrant a separate file. Also, work-in-progress redo of the Preferences layout so it can be used with landscape as well.
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 98fd29fa..a1037b0c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -180,6 +180,8 @@ set (SOURCES
180 src/ui/root.h 180 src/ui/root.h
181 src/ui/mediaui.c 181 src/ui/mediaui.c
182 src/ui/mediaui.h 182 src/ui/mediaui.h
183 src/ui/mobile.c
184 src/ui/mobile.h
183 src/ui/scrollwidget.c 185 src/ui/scrollwidget.c
184 src/ui/scrollwidget.h 186 src/ui/scrollwidget.h
185 src/ui/sidebarwidget.c 187 src/ui/sidebarwidget.c