corrected SA target links
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@448 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
6051d114de
commit
1138303356
1 changed files with 3 additions and 3 deletions
|
|
@ -79,9 +79,9 @@ SET_TARGET_PROPERTIES(simulated_annealing PROPERTIES VERSION "${SIMULATEDANNEALI
|
|||
|
||||
# --> UNIX
|
||||
IF(UNIX)
|
||||
TARGET_LINK_LIBRARIES(tabu_search tsp)
|
||||
TARGET_LINK_LIBRARIES(tabu_search eo)
|
||||
TARGET_LINK_LIBRARIES(tabu_search eoutils)
|
||||
TARGET_LINK_LIBRARIES(simulated_annealing tsp)
|
||||
TARGET_LINK_LIBRARIES(simulated_annealing eo)
|
||||
TARGET_LINK_LIBRARIES(simulated_annealing eoutils)
|
||||
|
||||
# --> WIN
|
||||
ELSEIF(WIN32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue