Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
9f05b93bf8267408ba3cbd60660bea63cb73fa82
[simgrid.git] / tools / tesh / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_BINARY_DIR}/bin/")
4
5 add_executable(tesh tesh.c run_context.c signal.c)
6
7 ### Add definitions for compile
8 target_link_libraries(tesh gras m pthread -fprofile-arcs)