meson.build 122 B

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