diff options
Diffstat (limited to 'quanta/components/CMakeLists.txt')
-rw-r--r-- | quanta/components/CMakeLists.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/quanta/components/CMakeLists.txt b/quanta/components/CMakeLists.txt new file mode 100644 index 00000000..7e0cad97 --- /dev/null +++ b/quanta/components/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +# FIXME cvsservice is not ported + +add_subdirectory( csseditor ) +add_subdirectory( framewizard ) +add_subdirectory( tableeditor ) +add_subdirectory( debugger ) +# add_subdirectory( cvsservice ) |