summaryrefslogtreecommitdiffstats
path: root/wonkoclient
diff options
context:
space:
mode:
Diffstat (limited to 'wonkoclient')
-rw-r--r--wonkoclient/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/wonkoclient/CMakeLists.txt b/wonkoclient/CMakeLists.txt
index 3638f69b..381857e0 100644
--- a/wonkoclient/CMakeLists.txt
+++ b/wonkoclient/CMakeLists.txt
@@ -6,5 +6,5 @@ WonkoClient.cpp
WonkoClient.h
)
-add_executable(WonkoClient ${SRC_FILES})
-target_link_libraries(WonkoClient MultiMC_logic)
+add_executable(MMCClient ${SRC_FILES})
+target_link_libraries(MMCClient MultiMC_logic)