project('simple', 'cuda', 'cpp') exe = executable('prog', 'main.cpp', 'lib.cu') test('cudatest', exe) subdir('static')