X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1287395bda8fb8b4de06e16172828ee5f74aee27..a5b1d82520056f32e9f299b396f2e1f3239c0f7f:/buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/small_sleep/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/small_sleep/CMakeLists.txt b/buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/small_sleep/CMakeLists.txt new file mode 100644 index 0000000000..6052df3093 --- /dev/null +++ b/buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/small_sleep/CMakeLists.txt @@ -0,0 +1,11 @@ +cmake_minimum_required(VERSION 2.6) + +set(EXECUTABLE_OUTPUT_PATH "./") +set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib") + +add_executable(small_sleep_function small_sleep.c _small_sleep_function.c) +add_executable(small_sleep_simulator small_sleep.c _small_sleep_simulator.c) + +### Add definitions for compile +target_link_libraries(small_sleep_simulator simgrid m pthread -fprofile-arcs) +target_link_libraries(small_sleep_function gras m pthread -fprofile-arcs)