Wrapper on eoFitContinue in order to allow islands to stop as soon as an island found a good solution
This commit is contained in:
parent
51a1af0924
commit
b1c7e1f256
10 changed files with 254 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue