forked from oerkki/voxelands
install default.cfg.example instead of voxelands.conf.example
This commit is contained in:
parent
41f04821fa
commit
3575637b0d
|
@ -90,7 +90,7 @@ endif()
|
|||
|
||||
install(FILES "README.txt" DESTINATION "${DOCDIR}")
|
||||
install(FILES "doc/changelog.txt" DESTINATION "${DOCDIR}")
|
||||
install(FILES "voxelands.conf.example" DESTINATION "${DOCDIR}")
|
||||
install(FILES "doc/default.cfg.example" DESTINATION "${DOCDIR}")
|
||||
if (APPLE)
|
||||
install(DIRECTORY "libs/" DESTINATION "libs")
|
||||
endif()
|
||||
|
|
|
@ -481,9 +481,6 @@ endif()
|
|||
# Installation
|
||||
#
|
||||
|
||||
# Example configuration file
|
||||
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../voxelands.conf.example" DESTINATION ${EXAMPLE_CONF_DIR})
|
||||
|
||||
if(BUILD_CLIENT)
|
||||
install(TARGETS ${PROJECT_NAME} DESTINATION ${BINDIR})
|
||||
|
||||
|
|
Loading…
Reference in New Issue