Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c2abf460d8ee08678f09526deca7ee2de48ca648
[simgrid.git] / testsuite / surf / 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(lmm_usage "lmm_usage.c")
7 add_executable(maxmin_bench "maxmin_bench.c")
8 add_executable(surf_usage "surf_usage.c")
9 add_executable(surf_usage2 "surf_usage2.c")
10 add_executable(trace_usage "trace_usage.c")
11
12 ### Add definitions for compile
13 target_link_libraries(lmm_usage simgrid m -fprofile-arcs) 
14 target_link_libraries(maxmin_bench simgrid m -fprofile-arcs) 
15 target_link_libraries(surf_usage simgrid m -fprofile-arcs) 
16 target_link_libraries(surf_usage2 simgrid m -fprofile-arcs) 
17 target_link_libraries(trace_usage simgrid m -fprofile-arcs)