Location: LEMON/LEMON-main/demo/CMakeLists.txt

Load file history
gravatar
deba@inf.elte.hu
Cleaning of heap test and bug fix in heap concept check (ticket #100) * The dijkstra heap test's digraph is inlined into the source file * The random sequences are fixed * The content of the header is moved to the source file * Only the binary heap is checked
include_directories (${LEMON_SOURCE_DIR})
link_directories (${LEMON_BINARY_DIR}/lemon)
set (DEMOS
arg_parser_demo
graph_to_eps_demo
lgf_demo)
foreach (DEMO_NAME ${DEMOS})
add_executable (${DEMO_NAME} ${DEMO_NAME}.cc)
target_link_libraries (${DEMO_NAME} lemon)
endforeach (DEMO_NAME)