summaryrefslogtreecommitdiffstats
path: root/wonkoclient/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-03-10 23:34:03 +0100
committerPetr Mrázek <peterix@gmail.com>2017-04-07 00:20:01 +0200
commit1fbe03f982f130bf675b7f94dd9c06aee62da54f (patch)
treecbe08ea1debf18f10cc10cac77249b6e993c050f /wonkoclient/CMakeLists.txt
parent7382360771f78e351740393262358bed3297d44c (diff)
downloadMultiMC-1fbe03f982f130bf675b7f94dd9c06aee62da54f.tar
MultiMC-1fbe03f982f130bf675b7f94dd9c06aee62da54f.tar.gz
MultiMC-1fbe03f982f130bf675b7f94dd9c06aee62da54f.tar.lz
MultiMC-1fbe03f982f130bf675b7f94dd9c06aee62da54f.tar.xz
MultiMC-1fbe03f982f130bf675b7f94dd9c06aee62da54f.zip
NOISSUE remove unused wonkoclient
Diffstat (limited to 'wonkoclient/CMakeLists.txt')
-rw-r--r--wonkoclient/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/wonkoclient/CMakeLists.txt b/wonkoclient/CMakeLists.txt
deleted file mode 100644
index 381857e0..00000000
--- a/wonkoclient/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-project(wonkoclient)
-
-SET( SRC_FILES
-main.cpp
-WonkoClient.cpp
-WonkoClient.h
-)
-
-add_executable(MMCClient ${SRC_FILES})
-target_link_libraries(MMCClient MultiMC_logic)