Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add comments for the example bugged2_liveness
[simgrid.git] / examples / msg / parallel_task / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
4
5 add_executable(parallel_task parallel_task.c)
6 add_executable(test_ptask test_ptask.c)
7
8 ### Add definitions for compile
9 target_link_libraries(parallel_task simgrid m )
10 target_link_libraries(test_ptask simgrid m )