Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[simgrid.git] / examples / s4u / io / CMakeLists.txt
1 add_executable       (s4u_io_test s4u_io_test.cpp)
2 target_link_libraries(s4u_io_test simgrid)
3
4 set(tesh_files
5   ${tesh_files}
6   ${CMAKE_CURRENT_SOURCE_DIR}/s4u_io.tesh
7   PARENT_SCOPE)
8 set(examples_src
9   ${examples_src}
10   ${CMAKE_CURRENT_SOURCE_DIR}/s4u_io_test.cpp
11   PARENT_SCOPE)