Install shaders properly
authorPerttu Ahola <celeron55@gmail.com>
Sat, 1 Dec 2012 23:45:31 +0000 (01:45 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 1 Dec 2012 23:45:31 +0000 (01:45 +0200)
CMakeLists.txt

index 0bce897bb853f183fbf755cc5c40ea719369aff7..0a3df4ce620ca595bed2c6467dd91b5dc864290c 100644 (file)
@@ -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})