Wrapper on eoFitContinue in order to allow islands to stop as soon as an island found a good solution

This commit is contained in:
quemy 2013-11-21 12:40:24 +01:00
commit b1c7e1f256
10 changed files with 254 additions and 8 deletions

View file

@ -20,10 +20,10 @@ set(EOSERIAL_SOURCES
)
add_library(eoserial STATIC ${EOSERIAL_SOURCES})
install(TARGETS eoserial ARCHIVE DESTINATION lib COMPONENT libraries)
install(TARGETS eoserial ARCHIVE DESTINATION ${LIB} COMPONENT libraries)
file(GLOB HDRS *.h)
install(FILES ${HDRS} DESTINATION include/eo/serial COMPONENT headers)
install(FILES ${HDRS} DESTINATION include${INSTALL_SUB_DIR}/eo/serial COMPONENT headers)
######################################################################################
### 3) Optionnal