Avoid EONSGA in the lib (errors with Windows/MVS)
This commit is contained in:
parent
112b34bceb
commit
c28be053cc
1 changed files with 1 additions and 3 deletions
|
|
@ -16,9 +16,7 @@ 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
|
||||
eoNSGA_IIa_Eval.cpp
|
||||
eoNSGA_II_Eval.cpp)
|
||||
SET (EOMOO_SOURCES eoFrontSorter.cpp)
|
||||
|
||||
|
||||
ADD_LIBRARY(eomoo STATIC ${EOMOO_SOURCES})
|
||||
|
|
|
|||
Reference in a new issue