Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
228253f9a5bffa570e4b5d1354b98a4a50303d0f
[simgrid.git] / teshsuite / simdag / network / p2p / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/simdag/network/p2p/")
4
5 add_executable(test_latency1 test_latency1.c)
6 add_executable(test_latency2 test_latency2.c)
7 add_executable(test_latency3 test_latency3.c)
8 add_executable(test_latency_bound test_latency_bound.c)
9
10 ### Add definitions for compile
11 target_link_libraries(test_latency1 simgrid m pthread -fprofile-arcs)
12 target_link_libraries(test_latency2 simgrid m pthread -fprofile-arcs)
13 target_link_libraries(test_latency3 simgrid m pthread -fprofile-arcs)
14 target_link_libraries(test_latency_bound simgrid m pthread -fprofile-arcs)