projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b9b10
)
Install shaders properly
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 1 Dec 2012 23:45:31 +0000
(
01:45
+0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 1 Dec 2012 23:45:31 +0000
(
01:45
+0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 0bce897bb853f183fbf755cc5c40ea719369aff7..0a3df4ce620ca595bed2c6467dd91b5dc864290c 100644
(file)
--- 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})