Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[simgrid.git] / tools / graphicator / CMakeLists.txt
index 7b8fe65..c7d2e01 100644 (file)
@@ -1,13 +1,5 @@
-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)