diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-26 10:24:09 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-26 10:24:09 +0200 |
commit | 91a6225d8508db01574d7da2c013cb30d6a87ec8 (patch) | |
tree | e3bd2c2f24a22c694c1c23aefd5fc531ae108723 /CMakeLists.txt | |
parent | 4708a6580e9af65cd15769e87487fdf4456f1e00 (diff) |
DocumentWidget: Inline downloads
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 382d3229..e13fc2d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -142,8 +142,8 @@ set (SOURCES | |||
142 | src/ui/metrics.h | 142 | src/ui/metrics.h |
143 | src/ui/paint.c | 143 | src/ui/paint.c |
144 | src/ui/paint.h | 144 | src/ui/paint.h |
145 | src/ui/playerui.c | 145 | src/ui/mediaui.c |
146 | src/ui/playerui.h | 146 | src/ui/mediaui.h |
147 | src/ui/scrollwidget.c | 147 | src/ui/scrollwidget.c |
148 | src/ui/scrollwidget.h | 148 | src/ui/scrollwidget.h |
149 | src/ui/sidebarwidget.c | 149 | src/ui/sidebarwidget.c |
@@ -175,7 +175,7 @@ set (SOURCES | |||
175 | ) | 175 | ) |
176 | if (IOS) | 176 | if (IOS) |
177 | add_definitions (-DiPlatformAppleMobile=1) | 177 | add_definitions (-DiPlatformAppleMobile=1) |
178 | list (APPEND SOURCES | 178 | list (APPEND SOURCES |
179 | src/ios.m | 179 | src/ios.m |
180 | src/ios.h | 180 | src/ios.h |
181 | app/Images.xcassets | 181 | app/Images.xcassets |