CMakeLists.txt
author Alpar Juttner <alpar@cs.elte.hu>
Sun, 13 Jul 2008 16:46:56 +0100
changeset 208 4317d277ba21
child 225 c5a40fc54f1a
permissions -rw-r--r--
Better source unifier

- now it is called scripts/unify-sources.sh
- replaces each tab with 8 spaces
- remove trailing spaces (and tabs)
- warnings on long lines (i.e. on lines that are more than 80 characters)
- the standard file header now turns off the space-to-tab replacement in Emacs
ladanyi@141
     1
project (LEMON)
ladanyi@141
     2
enable_testing ()
ladanyi@141
     3
add_subdirectory (lemon)
ladanyi@141
     4
add_subdirectory (demo)
ladanyi@141
     5
add_subdirectory (test)