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:
4
src/client/CMakeLists.txt
Normal file
4
src/client/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
set(client_SRCS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/clientlauncher.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
Reference in New Issue
Block a user