X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/74855662cc55ccf11cc50c93d88fc095fc61e611..976d2dfcc90c46c5acba3e310e0125d9a061c381:/teshsuite/msg/CMakeLists.txt?ds=sidebyside diff --git a/teshsuite/msg/CMakeLists.txt b/teshsuite/msg/CMakeLists.txt index 2dc27bbcc7..45f1241d22 100644 --- a/teshsuite/msg/CMakeLists.txt +++ b/teshsuite/msg/CMakeLists.txt @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 2.6) -set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/msg/") +set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") -add_executable(get_sender ${PROJECT_DIRECTORY}/teshsuite/msg/get_sender.c) +add_executable(get_sender ${CMAKE_HOME_DIRECTORY}/teshsuite/msg/get_sender.c) ### Add definitions for compile if(NOT WIN32) target_link_libraries(get_sender simgrid m pthread ) else(NOT WIN32) target_link_libraries(get_sender simgrid) -endif(NOT WIN32) \ No newline at end of file +endif(NOT WIN32)