Added eoNSGA_II classes in eomoo lib
This commit is contained in:
parent
1063826d14
commit
b1220d189b
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
|
|||
SET(EOMOO_LIB_OUTPUT_PATH ${EO_BINARY_DIR}/lib)
|
||||
SET(LIBRARY_OUTPUT_PATH ${EOMOO_LIB_OUTPUT_PATH})
|
||||
|
||||
SET (EOMOO_SOURCES eoFrontSorter.cpp)
|
||||
SET (EOMOO_SOURCES eoFrontSorter.cpp
|
||||
eoNSGA_IIa_Eval.cpp
|
||||
eoNSGA_II_Eval.cpp)
|
||||
|
||||
|
||||
ADD_LIBRARY(eomoo STATIC ${EOMOO_SOURCES})
|
||||
|
|
|
|||
Reference in a new issue