CMakeLists.txt
author Balazs Dezso <deba@inf.elte.hu>
Tue, 15 Jul 2008 13:15:39 +0200
changeset 220 a5d8c039f218
child 225 c5a40fc54f1a
permissions -rw-r--r--
Reorganize header files (Ticket #97)

In addition on some places the DefaultMap<G, K, V> is replaced with
ItemSetTraits<G, K>::template Map<V>::Type, to decrease the dependencies
of different tools. It is obviously better solution.
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)