From cf4045ff0f7c96614e64b2b336e62a240f443ea6 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 21 Feb 2015 11:51:12 +0100 Subject: Use proper CMakeLists.txt for network and client directories --- src/client/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/client/CMakeLists.txt (limited to 'src/client') diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt new file mode 100644 index 000000000..8cd981aca --- /dev/null +++ b/src/client/CMakeLists.txt @@ -0,0 +1,4 @@ +set(client_SRCS + ${CMAKE_CURRENT_SOURCE_DIR}/clientlauncher.cpp + PARENT_SCOPE +) \ No newline at end of file -- cgit v1.2.3