Logo AND Algorithmique Numérique Distribuée

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