X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c4c833db81bfe0a8631d28976f89a55a1f042fb9..963aa331797f0bc1a8173af4b3970205bcbfbd0c:/teshsuite/simdag/partask/CMakeLists.txt diff --git a/teshsuite/simdag/partask/CMakeLists.txt b/teshsuite/simdag/partask/CMakeLists.txt new file mode 100644 index 0000000000..7c66c581fe --- /dev/null +++ b/teshsuite/simdag/partask/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(test_comp_only_seq test_comp_only_seq.c) +add_executable(test_comp_only_par test_comp_only_par.c) + +### Add definitions for compile +target_link_libraries(test_comp_only_seq simgrid m pthread -fprofile-arcs) +target_link_libraries(test_comp_only_par simgrid m pthread -fprofile-arcs)