2 changed files with 14 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||||
|
cmake_minimum_required(VERSION 3.20) |
||||||
|
|
||||||
|
project(cudaprop CUDA) |
||||||
|
|
||||||
|
add_executable(cudaprop main.cu) |
Loading…
Reference in new issue