Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[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)