Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cd690a1f6df30dd04423bdf29866b3707aeb0cb7
[simgrid.git] / testsuite / xbt / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/testsuite/xbt/")
4
5 add_executable(log_usage "log_usage.c")
6 add_executable(graphxml_usage "graphxml_usage.c")
7 add_executable(heap_bench "heap_bench.c")
8
9 ### Add definitions for compile
10 target_link_libraries(log_usage gras m -fprofile-arcs)
11 target_link_libraries(graphxml_usage simgrid m -fprofile-arcs)
12 target_link_libraries(heap_bench gras m -fprofile-arcs)