######################################################################################
### 1) Where must cmake go now ?
######################################################################################

#SUBDIRS(tsp function)
ADD_SUBDIRECTORY(tsp)
ADD_SUBDIRECTORY(function)

######################################################################################


