You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/ksnake/CMakeLists.txt

46 lines
1.0 KiB

# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
add_subdirectory( data )
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/libtdegames
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
##### ksnake (executable) #######################
tde_add_executable( ksnake AUTOMOC
SOURCES game.cpp rattler.cpp board.cpp level.cpp ball.cpp snake.cpp
basket.cpp startroom.cpp pixServer.cpp progress.cpp levels.cpp view.cpp
main.cpp settings.kcfgc appearance.ui general.ui
LINK tdecore-shared tdeui-shared tdeio-shared tdeui-shared tdegames-shared
DESTINATION ${BIN_INSTALL_DIR}
)
##### icons #####################################
tde_install_icons( ksnake )
##### other data ################################
install( FILES ksnake.kcfg
DESTINATION ${KCFG_INSTALL_DIR}
)
tde_create_translated_desktop( ksnake.desktop )
install( FILES ksnakeui.rc
DESTINATION ${DATA_INSTALL_DIR}/ksnake
)