mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
added windows icon
This commit is contained in:
parent
a114f28006
commit
05d0eaf5fc
3 changed files with 11 additions and 0 deletions
|
@ -128,6 +128,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