Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.15 KB | None | 0 0
  1. cmake_minimum_required (VERSION 2.8.9 FATAL_ERROR)
  2. project(CudaTest)
  3.  
  4. find_package(CUDA REQUIRED)
  5. cuda_add_executable(hello_world hello_world.cu)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement