Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[simgrid.git] / teshsuite / mc / dwarf / CMakeLists.txt
index 89dd9ea..904cafb 100644 (file)
@@ -1,19 +1,13 @@
-cmake_minimum_required(VERSION 2.6)
-
 if(HAVE_MC)
-  set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
-
-  add_executable(dwarf dwarf.c)
+  add_executable       (dwarf dwarf.cpp)
   target_link_libraries(dwarf simgrid)
 endif()
 
 set(tesh_files
   ${tesh_files}
   ${CMAKE_CURRENT_SOURCE_DIR}/dwarf.tesh
-  PARENT_SCOPE
-  )
+  PARENT_SCOPE)
 set(testsuite_src
   ${testsuite_src}
-  ${CMAKE_CURRENT_SOURCE_DIR}/dwarf.c
-  PARENT_SCOPE
-  )
+  ${CMAKE_CURRENT_SOURCE_DIR}/dwarf.cpp
+  PARENT_SCOPE)