X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/963aa331797f0bc1a8173af4b3970205bcbfbd0c..db9e1e77f7d08a187ac8e5588e42b3358879de9f:/teshsuite/msg/CMakeLists.txt?ds=inline diff --git a/teshsuite/msg/CMakeLists.txt b/teshsuite/msg/CMakeLists.txt index 637a256dc3..441cff89da 100644 --- a/teshsuite/msg/CMakeLists.txt +++ b/teshsuite/msg/CMakeLists.txt @@ -1,9 +1,8 @@ cmake_minimum_required(VERSION 2.6) -set(EXECUTABLE_OUTPUT_PATH "./") -set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib") +set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/msg/") -add_executable(get_sender get_sender.c) +add_executable(get_sender ${PROJECT_DIRECTORY}/teshsuite/msg/get_sender.c) ### Add definitions for compile -target_link_libraries(get_sender simgrid m pthread -fprofile-arcs) +target_link_libraries(get_sender simgrid m pthread )