Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
using a trace marker to register the end of each flow in the gtnets example
[simgrid.git] / testsuite / simdag / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/testsuite/simdag/")
4
5 add_executable(sd_test sd_test.c)
6
7 ### Add definitions for compile
8 target_link_libraries(sd_test simgrid m )