mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Support custom textures installed as /textures/all/*.png
This commit is contained in:
parent
578fc5bb44
commit
18d8e3acec
3 changed files with 14 additions and 0 deletions
|
@ -104,6 +104,7 @@ if(BUILD_CLIENT)
|
|||
endif()
|
||||
if(RUN_IN_PLACE)
|
||||
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/mods/minetest/mods_here.txt" DESTINATION "${SHAREDIR}/mods/minetest")
|
||||
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/textures/all/textures_here.txt" DESTINATION "${SHAREDIR}/textures/all")
|
||||
endif()
|
||||
|
||||
install(FILES "README.txt" DESTINATION "${DOCDIR}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue