summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-02-21 11:51:12 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-02-21 11:51:12 +0100
commitcf4045ff0f7c96614e64b2b336e62a240f443ea6 (patch)
tree7229e1a72487b22d55aba067b15619490d730d58 /src/client
parent81930b17297bbb3c5f938d202c68903b18c83734 (diff)
downloadminetest-cf4045ff0f7c96614e64b2b336e62a240f443ea6.tar.gz
minetest-cf4045ff0f7c96614e64b2b336e62a240f443ea6.tar.bz2
minetest-cf4045ff0f7c96614e64b2b336e62a240f443ea6.zip
Use proper CMakeLists.txt for network and client directories
Diffstat (limited to 'src/client')
-rw-r--r--src/client/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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