Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete the temporary route table for model Full.
[simgrid.git] / teshsuite / xbt / CMakeLists.txt
index cb2c98b..5538eef 100644 (file)
@@ -6,5 +6,10 @@ add_executable(log_large_test log_large_test.c)
 add_executable(parallel_log_crashtest parallel_log_crashtest.c)
 
 ### Add definitions for compile
+if(NOT WIN32)
 target_link_libraries(log_large_test gras m pthread )
 target_link_libraries(parallel_log_crashtest gras m pthread )
+else(NOT WIN32)
+target_link_libraries(log_large_test gras)
+target_link_libraries(parallel_log_crashtest gras)
+endif(NOT WIN32)
\ No newline at end of file