From fcd4a482f759cd58ee319a51082d0146b7e426e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 9 Apr 2016 23:51:01 +0200 Subject: NOISSUE tiny skeleton for a CLI wonko client --- wonkoclient/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 wonkoclient/CMakeLists.txt (limited to 'wonkoclient/CMakeLists.txt') diff --git a/wonkoclient/CMakeLists.txt b/wonkoclient/CMakeLists.txt new file mode 100644 index 00000000..3638f69b --- /dev/null +++ b/wonkoclient/CMakeLists.txt @@ -0,0 +1,10 @@ +project(wonkoclient) + +SET( SRC_FILES +main.cpp +WonkoClient.cpp +WonkoClient.h +) + +add_executable(WonkoClient ${SRC_FILES}) +target_link_libraries(WonkoClient MultiMC_logic) -- cgit v1.2.3