add_executable(state_graph state_graph.cpp)

    target_link_libraries(state_graph PRIVATE runir::core)
