Added 'continue' folder to moeo/src/CMakeLists.txt

This commit is contained in:
felisd 2017-12-08 14:19:59 +08:00 committed by GitHub
commit 3b5eef3ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ install(FILES ${HDRS} DESTINATION include${INSTALL_SUB_DIR}/moeo COMPONENT heade
### 4) Install directories ### 4) Install directories
###################################################################################### ######################################################################################
install(DIRECTORY acceptCrit algo archive comparator core distance diversity do explorer fitness hybridization metric replacement scalarStuffs selection utils install(DIRECTORY acceptCrit algo archive comparator continue core distance diversity do explorer fitness hybridization metric replacement scalarStuffs selection utils
DESTINATION include${INSTALL_SUB_DIR}/moeo DESTINATION include${INSTALL_SUB_DIR}/moeo
COMPONENT headers COMPONENT headers
FILES_MATCHING PATTERN "*.h" FILES_MATCHING PATTERN "*.h"