Migration from SVN
This commit is contained in:
parent
d7d6c3a217
commit
8cd56f37db
29069 changed files with 0 additions and 4096888 deletions
17
mo/src/CMakeLists.txt
Normal file
17
mo/src/CMakeLists.txt
Normal 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"
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue