cmake changes
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@455 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
005ea58953
commit
a1b30d59f8
1 changed files with 16 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
######################################################################################
|
######################################################################################
|
||||||
### 1) Include the sources
|
### 1) Include the sources
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
@ -16,7 +17,21 @@ INCLUDE_DIRECTORIES(${MO_SRC_DIR})
|
||||||
SET(TSP_LIB_OUTPUT_PATH ${TSP_EXAMPLE_DIR}/build)
|
SET(TSP_LIB_OUTPUT_PATH ${TSP_EXAMPLE_DIR}/build)
|
||||||
SET(LIBRARY_OUTPUT_PATH ${TSP_LIB_OUTPUT_PATH})
|
SET(LIBRARY_OUTPUT_PATH ${TSP_LIB_OUTPUT_PATH})
|
||||||
|
|
||||||
SET (TSP_SOURCES graph.cpp route_init.cpp route_eval.cpp part_route_eval.cpp edge_xover.cpp order_xover.cpp route_valid.cpp partial_mapped_xover.cpp city_swap.cpp two_opt.cpp two_opt_init.cpp two_opt_next.cpp two_opt_incr_eval.cpp two_opt_tabu_list.cpp two_opt_rand.cpp)
|
SET (TSP_SOURCES graph.cpp
|
||||||
|
route_init.cpp
|
||||||
|
route_eval.cpp
|
||||||
|
part_route_eval.cpp
|
||||||
|
edge_xover.cpp
|
||||||
|
order_xover.cpp
|
||||||
|
route_valid.cpp
|
||||||
|
partial_mapped_xover.cpp
|
||||||
|
city_swap.cpp
|
||||||
|
two_opt.cpp
|
||||||
|
two_opt_init.cpp
|
||||||
|
two_opt_next.cpp
|
||||||
|
two_opt_incr_eval.cpp
|
||||||
|
two_opt_tabu_list.cpp
|
||||||
|
two_opt_rand.cpp)
|
||||||
|
|
||||||
# --> UNIX
|
# --> UNIX
|
||||||
IF(UNIX)
|
IF(UNIX)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue