X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e4abd3f271729beeff499da36267bfb274dd1f6d..d51a876f765fc68b3e1e667f867b91a1b4987a85:/tools/graphicator/CMakeLists.txt diff --git a/tools/graphicator/CMakeLists.txt b/tools/graphicator/CMakeLists.txt index b62d22ab40..c7d2e010fd 100644 --- a/tools/graphicator/CMakeLists.txt +++ b/tools/graphicator/CMakeLists.txt @@ -1,15 +1,5 @@ -cmake_minimum_required(VERSION 2.6) - -set(EXECUTABLE_OUTPUT_PATH "${CMAKE_BINARY_DIR}/bin") - -add_executable(graphicator graphicator.c) - -### Add definitions for compile -if(NOT WIN32) - target_link_libraries(graphicator simgrid m pthread ) -else() - target_link_libraries(graphicator simgrid ) -endif() +add_executable (graphicator graphicator.c) +target_link_libraries(graphicator simgrid) ## Clean generated files get_directory_property(extra_clean_files ADDITIONAL_MAKE_CLEAN_FILES) @@ -22,20 +12,8 @@ set(tesh_files ${CMAKE_CURRENT_SOURCE_DIR}/graphicator.tesh PARENT_SCOPE ) -set(xml_files - ${xml_files} - PARENT_SCOPE - ) set(tools_src ${tools_src} ${CMAKE_CURRENT_SOURCE_DIR}/graphicator.c PARENT_SCOPE ) -set(bin_files - ${bin_files} - PARENT_SCOPE - ) -set(txt_files - ${txt_files} - PARENT_SCOPE - )