Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename gras_config.h.in to c_gras_config.h.in in order to avoid a conflict with autotools
[simgrid.git] / buildtools / Cmake / simgrid_CMakeList / 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)