blob: 9078198d581d33ef9358648ed1717db5c2aba400 [file] [log] [blame]
l = static_library('clib', 'lib.cu')
exe = executable('staexe', 'main_static.cpp',
link_with : l)
test('static Cuda test', exe)