llvm-project/parallel-libs/streamexecutor/examples/CMakeLists.txt

3 lines
106 B
CMake

add_executable(cuda_saxpy_example CUDASaxpy.cpp)
target_link_libraries(cuda_saxpy_example streamexecutor)