Migration from SVN

This commit is contained in:
quemy 2012-08-30 11:30:11 +02:00
commit 8cd56f37db
29069 changed files with 0 additions and 4096888 deletions

17
mo/src/CMakeLists.txt Normal file
View file

@ -0,0 +1,17 @@
######################################################################################
### 0) Look for headers
######################################################################################
file(GLOB HDRS *.h mo)
install(FILES ${HDRS} DESTINATION local/include${INSTALL_SUB_DIR}/mo COMPONENT headers)
######################################################################################
### 1) Install directories
######################################################################################
install(DIRECTORY acceptCrit algo comparator continuator coolingSchedule eval eplorer memory neighborhood perturb problems sampling
DESTINATION local/include${INSTALL_SUB_DIR}/mo
COMPONENT headers
FILES_MATCHING PATTERN "*.h"
)