summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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
170 PRIVATE 170 PRIVATE
171 ${COMPAT_LIST} 171 ${COMPAT_LIST}
172 ${ICONS} 172 ${ICONS}
173 ${THEMES}
174 ${LANGUAGES} 173 ${LANGUAGES}
174 ${THEMES}
175) 175)
176 176
177if (APPLE) 177if (APPLE)