ADD_LIBRARY(dijkstra OBJECT
        dijkstra.c
        dijkstraVia.c

        dijkstra_driver.cpp 
        dijkstraVia_driver.cpp)
