summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3fc3240b..1229bcfa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -408,8 +408,8 @@ SET(MULTIMC_SOURCES
logic/minecraft/VersionFilterData.cpp
# Annoying nag screen logic
- logic/NagUtils.h
- logic/NagUtils.cpp
+ gui/NagUtils.h
+ gui/NagUtils.cpp
# Player skin utilities
logic/SkinUtils.h