set(GRAPH_SRC
        graph.cpp)

add_library(graph SHARED
        ${GRAPH_SRC})