From c50b3cdeec1ce30de7c67f62f026d689afe6930a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 1 May 2016 04:06:24 +0200 Subject: NOISSUE fix silly path issue with folders and files with the same names --- wonkoclient/CMakeLists.txt | 4 ++-- 1 file 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) -- cgit v1.2.3