]> AND Public Git Repository - simgrid.git/blob - examples/msg/gpu/CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / examples / msg / gpu / CMakeLists.txt
1 add_executable       (test_MSG_gpu_task_create test_MSG_gpu_task_create.c)
2 target_link_libraries(test_MSG_gpu_task_create simgrid)
3
4 set(examples_src
5   ${examples_src}
6   ${CMAKE_CURRENT_SOURCE_DIR}/test_MSG_gpu_task_create.c
7   PARENT_SCOPE)