summaryrefslogtreecommitdiffstats
path: root/test cases/cuda/2 split/static/meson.build
blob: 9078198d581d33ef9358648ed1717db5c2aba400 (plain)
1
2
3
4
l = static_library('clib', 'lib.cu')
exe = executable('staexe', 'main_static.cpp',
  link_with : l)
test('static Cuda test', exe)