forked from oerkki/voxelands
Fix Compiling errors
This commit is contained in:
parent
54bb0dd6bb
commit
2bdee894d1
|
@ -294,6 +294,9 @@ if(BUILD_CLIENT)
|
|||
|
||||
file(GLOB images "${CMAKE_CURRENT_SOURCE_DIR}/../data/textures/*.png")
|
||||
install(FILES ${images} DESTINATION ${DATADIR}/textures)
|
||||
file(GLOB models
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/../data/models/*.b3d")
|
||||
install(FILES ${models} DESTINATION ${DATADIR}/models)
|
||||
|
||||
if(USE_GETTEXT)
|
||||
foreach(LOCALE ${GETTEXT_AVAILABLE_LOCALES})
|
||||
|
|
Loading…
Reference in New Issue