mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: #842 Added new files for X11 applications
This commit is contained in:
parent
3677fced18
commit
f9e5950126
5 changed files with 30 additions and 0 deletions
|
@ -1 +1,7 @@
|
|||
ADD_SUBDIRECTORY(src)
|
||||
|
||||
IF(UNIX AND NOT APPLE)
|
||||
ADD_SUBDIRECTORY(unix)
|
||||
ENDIF(UNIX AND NOT APPLE)
|
||||
|
||||
INSTALL(FILES client_default.cfg DESTINATION ${RYZOM_ETC_PREFIX})
|
||||
|
|
4
code/ryzom/client/unix/CMakeLists.txt
Normal file
4
code/ryzom/client/unix/CMakeLists.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/ryzom.desktop.in" "${CMAKE_CURRENT_BINARY_DIR}/ryzom.desktop")
|
||||
|
||||
INSTALL(FILES ryzom.png DESTINATION share/pixmaps)
|
||||
INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/ryzom.desktop" DESTINATION share/applications)
|
11
code/ryzom/client/unix/ryzom.desktop.in
Normal file
11
code/ryzom/client/unix/ryzom.desktop.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Ryzom
|
||||
Type=Application
|
||||
GenericName=ryzom
|
||||
Comment=Ryzom MMORPG client
|
||||
Exec=${RYZOM_BIN_PREFIX}/ryzom_client
|
||||
Icon=ryzom
|
||||
Terminal=false
|
||||
Hidden=false
|
||||
Categories=Game;RolePlaying;
|
BIN
code/ryzom/client/unix/ryzom.png
Normal file
BIN
code/ryzom/client/unix/ryzom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6 KiB |
|
@ -1 +1,10 @@
|
|||
ADD_SUBDIRECTORY(src)
|
||||
|
||||
#ADD_CUSTOM_COMMAND(OUTPUT "${CMAKE_BINARY_DIR}/share/data_common.bnp"
|
||||
# COMMAND bnp_make -p ${CMAKE_CURRENT_SOURCE_DIR}/data_common ${CMAKE_BINARY_DIR}/share > /dev/null)
|
||||
|
||||
#ADD_CUSTOM_TARGET(data_common ALL
|
||||
# DEPENDS "${CMAKE_BINARY_DIR}/share/data_common.bnp")
|
||||
|
||||
#INSTALL(TARGETS data_common ARCHIVE DESTINATION ${RYZOM_SHARE_PREFIX}/data)
|
||||
#INSTALL(FILES "${CMAKE_BINARY_DIR}/share/data_common.bnp" DESTINATION "${RYZOM_SHARE_PREFIX}/data")
|
||||
|
|
Loading…
Reference in a new issue