Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename CPACK to Cmake.
[simgrid.git] / buildtools / Cmake / simgrid_CMakeList / examples / simdag / properties / CMakeLists.txt
diff --git a/buildtools/Cmake/simgrid_CMakeList/examples/simdag/properties/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/simdag/properties/CMakeLists.txt
new file mode 100644 (file)
index 0000000..8fb5c6f
--- /dev/null
@@ -0,0 +1,9 @@
+cmake_minimum_required(VERSION 2.6)
+
+set(EXECUTABLE_OUTPUT_PATH "./")
+set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib")
+
+add_executable(sd_prop sd_prop.c)
+
+### Add definitions for compile
+target_link_libraries(sd_prop simgrid pthread m -fprofile-arcs)