Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added some doc for ns-3. Changed a +50 to a ~100 in welcome index.php
[simgrid.git] / teshsuite / xbt / CMakeLists.txt
index 5538eef272661f530de7a4a42c4aedbaa09cf3c5..59574a2b73044489c74a8ca56091ddc636d767cf 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 2.6)
 
-set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/xbt/")
+set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
 add_executable(log_large_test log_large_test.c)
 add_executable(parallel_log_crashtest parallel_log_crashtest.c)
@@ -12,4 +12,4 @@ target_link_libraries(parallel_log_crashtest gras m pthread )
 else(NOT WIN32)
 target_link_libraries(log_large_test gras)
 target_link_libraries(parallel_log_crashtest gras)
-endif(NOT WIN32)
\ No newline at end of file
+endif(NOT WIN32)