Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move mc testsuite to teshsuite
[simgrid.git] / teshsuite / mc / dwarf / CMakeLists.txt
diff --git a/teshsuite/mc/dwarf/CMakeLists.txt b/teshsuite/mc/dwarf/CMakeLists.txt
new file mode 100644 (file)
index 0000000..5941009
--- /dev/null
@@ -0,0 +1,14 @@
+cmake_minimum_required(VERSION 2.6)
+
+if(HAVE_MC)
+  set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
+
+  add_executable(dwarf dwarf.c)
+  target_link_libraries(dwarf simgrid)
+endif()
+
+set(testsuite_src
+  ${testsuite_src}
+  ${CMAKE_CURRENT_SOURCE_DIR}/dwarf.c
+  PARENT_SCOPE
+  )