summaryrefslogtreecommitdiffstats
path: root/wonkoclient
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-05-01 04:06:24 +0200
committerPetr Mrázek <peterix@gmail.com>2016-05-01 04:06:24 +0200
commitc50b3cdeec1ce30de7c67f62f026d689afe6930a (patch)
tree091f3567d5faff521c975b0375df76a8d46f0383 /wonkoclient
parentb0bfffcd904503fecec239225f88f7ae4dc14dc6 (diff)
downloadMultiMC-c50b3cdeec1ce30de7c67f62f026d689afe6930a.tar
MultiMC-c50b3cdeec1ce30de7c67f62f026d689afe6930a.tar.gz
MultiMC-c50b3cdeec1ce30de7c67f62f026d689afe6930a.tar.lz
MultiMC-c50b3cdeec1ce30de7c67f62f026d689afe6930a.tar.xz
MultiMC-c50b3cdeec1ce30de7c67f62f026d689afe6930a.zip
NOISSUE fix silly path issue with folders and files with the same names
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)