Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Second commit for cmake in an other directory.
[simgrid.git] / teshsuite / xbt / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/xbt/")
4
5 add_executable(log_large_test log_large_test.c)
6 add_executable(parallel_log_crashtest parallel_log_crashtest.c)
7
8 ### Add definitions for compile
9 target_link_libraries(log_large_test gras m pthread -fprofile-arcs)
10 target_link_libraries(parallel_log_crashtest gras m pthread -fprofile-arcs)