summaryrefslogtreecommitdiffstats
path: root/src/profiles/IDE/CompiledLanguageIDE/CMakeLists.txt
blob: f6ce34507442ca49cd91919392a7bf1b07ea3311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#################################################
#
#  (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( CandCppIDE )
add_subdirectory( JavaIDE )
add_subdirectory( AdaIDE )
add_subdirectory( FortranIDE )
add_subdirectory( HaskellIDE )
add_subdirectory( PascalIDE )

install( FILES
    profile.config
  DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE )