ADD_LIBRARY(tsp OBJECT
    euclideanTSP.c
    TSP.c

    TSP_driver.cpp
    euclideanTSP_driver.cpp

    euclideanDmatrix.cpp
    tour.cpp

    )
