CMakeLists.txt
author Balazs Dezso <deba@inf.elte.hu>
Wed, 02 Jul 2008 10:37:14 +0200
changeset 186 9159de5e9657
child 225 c5a40fc54f1a
permissions -rw-r--r--
Improvments in map name handling

- The label map is not necessary
- If the item set is empty and no map is read, then the map name line can
be ommited
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)