Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
e912349ff42c79e8de2e68fb9684149ca1b01304
[simgrid.git] / teshsuite / simdag / partask / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/simdag/partask/")
4
5 add_executable(test_comp_only_seq test_comp_only_seq.c)
6 add_executable(test_comp_only_par test_comp_only_par.c)
7
8 ### Add definitions for compile
9 target_link_libraries(test_comp_only_seq simgrid m pthread )
10 target_link_libraries(test_comp_only_par simgrid m pthread )