mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Merge remote-tracking branch 'origin/upstream'
This commit is contained in:
commit
7ece67727d
30 changed files with 233 additions and 52 deletions
|
@ -129,6 +129,11 @@ set(common_SRCS
|
|||
base64.cpp
|
||||
)
|
||||
|
||||
# This gives us the icon
|
||||
if(WIN32 AND MSVC)
|
||||
set(common_SRCS ${common_SRCS} winresource.rc)
|
||||
endif()
|
||||
|
||||
# Client sources
|
||||
set(minetest_SRCS
|
||||
${common_SRCS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue