From: Perttu Ahola Date: Sat, 1 Dec 2012 23:45:31 +0000 (+0200) Subject: Install shaders properly X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=ca16119adbec2b2f5225435bac76a3c5eb081dfa;p=zefram%2Fminetest%2Fminetest_engine.git Install shaders properly --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bce897b..0a3df4ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,6 +131,7 @@ if(NOT CUSTOM_LOCALEDIR STREQUAL "") endif() install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/builtin" DESTINATION "${SHAREDIR}") +install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/client" DESTINATION "${SHAREDIR}") install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/games/minimal" DESTINATION "${SHAREDIR}/games") set(MINETEST_GAME_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/games/minetest_game") if(EXISTS ${MINETEST_GAME_SOURCE} AND IS_DIRECTORY ${MINETEST_GAME_SOURCE})