Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reorganized some files for cmake
[simgrid.git] / examples / msg / gpu / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
4
5 add_executable(test_MSG_gpu_task_create "test_MSG_gpu_task_create.c")
6
7 ### Add definitions for compile
8 target_link_libraries(test_MSG_gpu_task_create simgrid m )
9