Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prepare the out of source build.
[simgrid.git] / teshsuite / msg / CMakeLists.txt
index 2dc27bb..c9c9ef3 100644 (file)
@@ -1,6 +1,6 @@
 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)
 
@@ -9,4 +9,4 @@ 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)