Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
that perticular binary wants to be in bin/ not ./
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 23 Feb 2016 18:22:57 +0000 (19:22 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 23 Feb 2016 18:22:57 +0000 (19:22 +0100)
tools/graphicator/CMakeLists.txt

index c7d2e01..cfd98f1 100644 (file)
@@ -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)