X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f28d984fb76ea5e45562168a2e67b60a8b1d0fb2..44beaef095a65d59893cd97a4df24cab8ee475b0:/teshsuite/gras/datadesc/CMakeLists.txt diff --git a/teshsuite/gras/datadesc/CMakeLists.txt b/teshsuite/gras/datadesc/CMakeLists.txt index 88d30b1a8b..b7fb5fd65a 100644 --- a/teshsuite/gras/datadesc/CMakeLists.txt +++ b/teshsuite/gras/datadesc/CMakeLists.txt @@ -1,14 +1,12 @@ cmake_minimum_required(VERSION 2.6) +if(NOT WIN32) set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") add_executable(datadesc_usage datadesc_usage.c datadesc_structs.c) ### Add definitions for compile -if(NOT WIN32) - target_link_libraries(datadesc_usage gras m pthread) -elseif(NOT WIN32) - target_link_libraries(datadesc_usage gras) +target_link_libraries(datadesc_usage gras m pthread) endif(NOT WIN32) set(tesh_files