mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
cmake install target
This commit is contained in:
@@ -130,3 +130,8 @@ TARGET_LINK_LIBRARIES(otclient
|
|||||||
${GMP_LIBRARY}
|
${GMP_LIBRARY}
|
||||||
${ZLIB_LIBRARY}
|
${ZLIB_LIBRARY}
|
||||||
${ADDITIONAL_LIBRARIES})
|
${ADDITIONAL_LIBRARIES})
|
||||||
|
|
||||||
|
# installation
|
||||||
|
SET(DATA_INSTALL_DIR share/otclient)
|
||||||
|
INSTALL(TARGETS otclient RUNTIME DESTINATION bin)
|
||||||
|
INSTALL(DIRECTORY data ARCHIVE DESTINATION ${DATA_INSTALL_DIR})
|
||||||
|
Reference in New Issue
Block a user