ADD_LIBRARY(tsp OBJECT
    euclideanTSP.c
    TSP.c
    tsp.cpp

    TSP_driver.cpp
    euclideanTSP_driver.cpp
    )
