Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
7740c9f2f377e42298a9de70a339e489027a9372
[simgrid.git] / teshsuite / simdag / network / mxn / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/simdag/network/mxn/")
4
5 add_executable(test_intra_all2all test_intra_all2all.c)
6 add_executable(test_intra_independent_comm test_intra_independent_comm.c)
7 add_executable(test_intra_scatter test_intra_scatter.c)
8
9 ### Add definitions for compile
10 target_link_libraries(test_intra_all2all simgrid m pthread -fprofile-arcs)
11 target_link_libraries(test_intra_independent_comm simgrid m pthread -fprofile-arcs)
12 target_link_libraries(test_intra_scatter simgrid m pthread -fprofile-arcs)