Logo AND Algorithmique Numérique Distribuée

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