parent
4f56080ce2
commit
5c45a26c27
1 changed files with 3 additions and 1 deletions
@ -1,5 +1,7 @@ |
|||||||
libkernels = shared_library('kernels', 'kernels.cu', |
libkernels = shared_library('kernels', 'kernels.cu', |
||||||
cuda_args: ['-DTAG_IS_SHARED=1', '-DTAG_IS_BUILDING=1'], |
cuda_args: ['-DTAG_IS_SHARED=1', '-DTAG_IS_BUILDING=1'], |
||||||
gnu_symbol_visibility: 'hidden') |
gnu_symbol_visibility: 'hidden', |
||||||
|
soversion : 1, |
||||||
|
version : '1.2.3') |
||||||
libkernels = declare_dependency(compile_args: ['-DTAG_IS_SHARED=1'], |
libkernels = declare_dependency(compile_args: ['-DTAG_IS_SHARED=1'], |
||||||
link_with: libkernels) |
link_with: libkernels) |
||||||
|
Loading…
Reference in new issue