summaryrefslogtreecommitdiffstats
path: root/languages/ruby/app_templates/CMakeLists.txt
blob: 9e07d2c574881806a2ce8bc977ce4622151c0f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#################################################
#
#  (C) 2010-2011 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

add_subdirectory( rubyhello )
add_subdirectory( qtruby )
add_subdirectory( qtrubyapp )
add_subdirectory( dcopservice )
add_subdirectory( kapp )
add_subdirectory( kxt )
add_subdirectory( rails )
add_subdirectory( qtruby4app )

install( FILES
    ruby.appwizard
  DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/RubyIDE )