Location: LEMON/LEMON-main/CMakeLists.txt

Load file history
gravatar
deba@inf.elte.hu
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
1
2
3
4
5
project (LEMON)
enable_testing ()
add_subdirectory (lemon)
add_subdirectory (demo)
add_subdirectory (test)