X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2802b166f59bb5c116384bdaa01691824b149a76..8b7a804241c51e766a035f3660d48f8f84b25f1f:/teshsuite/xbt/CMakeLists.txt diff --git a/teshsuite/xbt/CMakeLists.txt b/teshsuite/xbt/CMakeLists.txt index a4a7eb32aa..f51a177368 100644 --- a/teshsuite/xbt/CMakeLists.txt +++ b/teshsuite/xbt/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.6) set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") - +if(NOT WIN32) add_executable(log_large_test log_large_test.c) add_executable(parallel_log_crashtest parallel_log_crashtest.c) if(HAVE_MMAP) @@ -15,12 +15,6 @@ if(NOT WIN32) if(HAVE_MMAP) target_link_libraries(mmalloc_test gras m pthread ) endif() -else() - target_link_libraries(log_large_test gras) - target_link_libraries(parallel_log_crashtest gras) - if(HAVE_MMAP) - target_link_libraries(mmalloc_test gras) - endif() endif() set(tesh_files