Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
never ending cleanup of the simdag world
[simgrid.git] / teshsuite / simdag / network / mxn / CMakeLists.txt
index 92d8f6c..7c60a4b 100644 (file)
@@ -3,17 +3,9 @@ set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 add_executable(test_intra_all2all test_intra_all2all.c)
 add_executable(test_intra_independent_comm test_intra_independent_comm.c)
 add_executable(test_intra_scatter test_intra_scatter.c)
-
-### Add definitions for compile
-if(NOT WIN32)
-  target_link_libraries(test_intra_all2all simgrid m pthread )
-  target_link_libraries(test_intra_independent_comm simgrid m pthread )
-  target_link_libraries(test_intra_scatter simgrid m pthread )
-else()
-  target_link_libraries(test_intra_all2all simgrid)
-  target_link_libraries(test_intra_independent_comm simgrid)
-  target_link_libraries(test_intra_scatter simgrid)
-endif()
+target_link_libraries(test_intra_all2all simgrid)
+target_link_libraries(test_intra_independent_comm simgrid)
+target_link_libraries(test_intra_scatter simgrid)
 
 set(tesh_files
   ${tesh_files}
@@ -31,9 +23,3 @@ set(teshsuite_src
   ${CMAKE_CURRENT_SOURCE_DIR}/test_intra_independent_comm.c
   ${CMAKE_CURRENT_SOURCE_DIR}/test_intra_scatter.c
   PARENT_SCOPE)
-set(bin_files
-  ${bin_files}
-  PARENT_SCOPE)
-set(txt_files
-  ${txt_files}
-  PARENT_SCOPE)