From: Martin Quinson Date: Tue, 23 Feb 2016 18:22:57 +0000 (+0100) Subject: that perticular binary wants to be in bin/ not ./ X-Git-Tag: v3_13~722 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/42ec8c10a2de296855c36105a1d5baa08a8a0d0d that perticular binary wants to be in bin/ not ./ --- diff --git a/tools/graphicator/CMakeLists.txt b/tools/graphicator/CMakeLists.txt index c7d2e010fd..cfd98f13e4 100644 --- a/tools/graphicator/CMakeLists.txt +++ b/tools/graphicator/CMakeLists.txt @@ -1,5 +1,6 @@ add_executable (graphicator graphicator.c) target_link_libraries(graphicator simgrid) +set_target_properties(graphicator PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) ## Clean generated files get_directory_property(extra_clean_files ADDITIONAL_MAKE_CLEAN_FILES)