summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2020-02-15 17:21:19 +0100
committerFearlessTobi <thm.frey@gmail.com>2020-07-18 14:09:13 +0200
commit4450a2688a8507dfece913e5c224bb497191ec7e (patch)
tree7c1f7d2edc8841e5e9ac2c9a49da0d4314a3f8b2 /src
parent0072003a14a0dc192df611c53a88e7aadb0343e4 (diff)
Address trivial review comments.
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt
index 7257aa701..656096c9f 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -170,8 +170,8 @@ target_sources(yuzu
PRIVATE
${COMPAT_LIST}
${ICONS}
- ${THEMES}
${LANGUAGES}
+ ${THEMES}
)
if (APPLE)