blob: 2e2bec1c6d4efdbfc0c3c30ee9caf8475c0503f0 [file] [log] [blame]
project('simple', 'cuda', 'cpp')
exe = executable('prog', 'main.cpp', 'lib.cu')
test('cudatest', exe)
subdir('static')