Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Previous change made this size smaller, but it resulted in actually another algorithm...
[simgrid.git] / teshsuite / xbt / parmap_bench / CMakeLists.txt
1 add_executable       (parmap_bench parmap_bench.c)
2 target_link_libraries(parmap_bench simgrid)
3
4 set(tesh_files
5   ${tesh_files}
6   ${CMAKE_CURRENT_SOURCE_DIR}/parmap_bench.tesh
7   PARENT_SCOPE)
8 set(testsuite_src
9   ${testsuite_src}
10   ${CMAKE_CURRENT_SOURCE_DIR}/parmap_bench.c
11   PARENT_SCOPE)