Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[simgrid.git] / teshsuite / xbt / graphxml_usage / CMakeLists.txt
index 1d6f8b3..46a11ec 100644 (file)
@@ -1,13 +1,5 @@
-set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
-
-add_executable(graphxml_usage ${CMAKE_HOME_DIRECTORY}/teshsuite/xbt/graphxml_usage/graphxml_usage.c)
-
-### Add definitions for compile
-if(NOT WIN32)
-  target_link_libraries(graphxml_usage simgrid m )
-else()
-  target_link_libraries(graphxml_usage simgrid )
-endif()
+add_executable       (graphxml_usage graphxml_usage.c)
+target_link_libraries(graphxml_usage simgrid )
 
 set(tesh_files
   ${tesh_files}