Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
f95dbb6ecef2c794e440e37c4fd270ab8080e761
[simgrid.git] / testsuite / xbt / 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(log_usage "log_usage.c")
7 add_executable(graphxml_usage "graphxml_usage.c")
8 add_executable(heap_bench "heap_bench.c")
9
10 ### Add definitions for compile
11 target_link_libraries(log_usage gras m -fprofile-arcs)
12 target_link_libraries(graphxml_usage simgrid m -fprofile-arcs)
13 target_link_libraries(heap_bench gras m -fprofile-arcs)