Fixed a few issues

master
Joel Leclerc 2012-05-02 13:27:37 -06:00
parent dc7bb5d994
commit c8c094bf49
2 changed files with 2 additions and 1 deletions

View File

@ -91,6 +91,7 @@ elseif(UNIX) # Linux, BSD etc
endif()
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/builtin" DESTINATION "${SHAREDIR}")
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/font.ttf DESTINATION "${SHAREDIR}")
#install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/games/minimal" DESTINATION "${SHAREDIR}/games")
set(MINETEST_GAME_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/games/minetest")
if(EXISTS ${MINETEST_GAME_SOURCE} AND IS_DIRECTORY ${MINETEST_GAME_SOURCE})

View File

@ -1,4 +1,4 @@
project(minetest)
project(blockplanet)
cmake_minimum_required( VERSION 2.6 )
if(RUN_IN_PLACE)