Logo AND Algorithmique Numérique Distribuée

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