blob: e681daafe348dc57ab7f70fc3b998dac9b378f7c (
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}/tdevelop/profiles/IDE/CompiledLanguageIDE )
|