summaryrefslogtreecommitdiffstats
path: root/wonkoclient/CMakeLists.txt
diff options
context:
space:
mode:
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)