1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-05 19:31:04 +00: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
)