mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
small fixes: crack texture, server build on windows, configuration file example, adding config file example to install
This commit is contained in:
parent
e06751aea0
commit
92432a28c0
5 changed files with 17 additions and 27 deletions
|
@ -151,7 +151,7 @@ if(MSVC)
|
|||
|
||||
if(BUILD_SERVER)
|
||||
set_target_properties(minetestserver PROPERTIES
|
||||
COMPILE_DEFINITIONS "/D SERVER")
|
||||
COMPILE_DEFINITIONS "SERVER")
|
||||
endif(BUILD_SERVER)
|
||||
|
||||
else()
|
||||
|
@ -184,6 +184,9 @@ endif()
|
|||
# Installation
|
||||
#
|
||||
|
||||
# Example configuration file
|
||||
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../minetest.conf.example" DESTINATION ${EXAMPLE_CONF_DIR})
|
||||
|
||||
if(BUILD_CLIENT)
|
||||
install(TARGETS minetest DESTINATION ${BINDIR})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue