13 lines
372 B
CMake
13 lines
372 B
CMake
|
|
|
|
######################################################################################
|
|
### 1) Where must cmake go now ?
|
|
######################################################################################
|
|
|
|
#SUBDIRS(tsp function)
|
|
ADD_SUBDIRECTORY(tsp)
|
|
ADD_SUBDIRECTORY(function)
|
|
|
|
######################################################################################
|
|
|
|
|