mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
Add config for travis build service
This commit is contained in:
@@ -44,6 +44,5 @@ endif()
|
||||
# installation
|
||||
set(DATA_INSTALL_DIR share/otclient)
|
||||
install(TARGETS otclient RUNTIME DESTINATION bin)
|
||||
install(FILES README.md BUGS LICENSE AUTHORS init.lua DESTINATION ${DATA_INSTALL_DIR})
|
||||
install(DIRECTORY modules DESTINATION ${DATA_INSTALL_DIR}
|
||||
PATTERN ".git" EXCLUDE)
|
||||
install(FILES README.md TODO BUGS LICENSE AUTHORS init.lua otclientrc.lua DESTINATION ${DATA_INSTALL_DIR})
|
||||
install(DIRECTORY modules DESTINATION ${DATA_INSTALL_DIR} PATTERN ".git" EXCLUDE)
|
||||
|
Reference in New Issue
Block a user