1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 18:05:22 +02:00

doc updates; CMake works reasonably well now.

This commit is contained in:
Perttu Ahola
2011-01-08 17:45:26 +02:00
parent 7862a6f68d
commit d435dedb89
3 changed files with 43 additions and 14 deletions

View File

@@ -161,17 +161,6 @@ endif( UNIX )
# Installation
#
if(WIN32)
set(DATADIR "data")
set(BINDIR "bin")
elseif(APPLE)
set(DATADIR "share/minetest")
set(BINDIR "bin")
elseif(UNIX)
set(DATADIR "share/minetest")
set(BINDIR "bin")
endif()
if(BUILD_CLIENT)
install(TARGETS minetest DESTINATION ${BINDIR})