Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a few more cosmetics
[simgrid.git] / teshsuite / xbt / parmap_test / CMakeLists.txt
1 add_executable       (parmap_test parmap_test.c)
2 target_link_libraries(parmap_test simgrid)
3
4 set(tesh_files
5   ${tesh_files}
6   ${CMAKE_CURRENT_SOURCE_DIR}/parmap_test.tesh
7   PARENT_SCOPE)
8 set(teshsuite_src
9   ${teshsuite_src}
10   ${CMAKE_CURRENT_SOURCE_DIR}/parmap_test.c
11   PARENT_SCOPE)