1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-03 08:20:23 +02:00

Use proper CMakeLists.txt for network and client directories

This commit is contained in:
Loic Blot
2015-02-21 11:51:12 +01:00
parent 81930b1729
commit cf4045ff0f
3 changed files with 28 additions and 7 deletions

View File

@ -0,0 +1,4 @@
set(client_SRCS
${CMAKE_CURRENT_SOURCE_DIR}/clientlauncher.cpp
PARENT_SCOPE
)