You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
791 B
CMake
28 lines
791 B
CMake
#################################################
|
|
#
|
|
# (C) 2010-2011 Serghei Amelian
|
|
# serghei (DOT) amelian (AT) gmail.com
|
|
#
|
|
# Improvements and feedback are welcome
|
|
#
|
|
# This file is released under GPL >= 2
|
|
#
|
|
#################################################
|
|
|
|
add_custom_target( tdeappruby.tar.gz ALL
|
|
COMMAND tar zcf tdeappruby.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
|
|
app_client.rb appiface.rb app.rb appview.rb main.rb pref.rb
|
|
app.cpp appui.rc app.desktop app.tdevelop app-Makefile.am
|
|
app-configure.in.in src-Makefile.am subdirs README
|
|
)
|
|
|
|
|
|
install( FILES
|
|
${CMAKE_CURRENT_BINARY_DIR}/tdeappruby.tar.gz tdeappruby.png
|
|
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
|
|
|
|
|
|
install( FILES
|
|
tdeappruby.tdevtemplate
|
|
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )
|