Logo AND Algorithmique Numérique Distribuée

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