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:
parent
81930b1729
commit
cf4045ff0f
3 changed files with 28 additions and 7 deletions
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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue