CMakeLists.txt
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Sun, 13 Apr 2008 20:15:45 +0200
changeset 142 8b703d177341
child 225 c5a40fc54f1a
permissions -rw-r--r--
Improved LEMON_FUNCTION_NAME macro.
It should work fine with GCC and the MS C++ compilers. Otherwise it reverts to
using the __func__ variable which is C99, but I couldn't find a better
alternative.
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)