add_executable(dmf-test-graph
    test_graph.cpp
)

target_link_libraries(dmf-test-graph PRIVATE
    dmf-engine
    Catch2::Catch2WithMain
)
