tests/fortran/14: Add vsdef files
ICL and ifort need these to pass this tests.
This commit is contained in:
parent
23d2311d12
commit
ecc1f17f8e
|
@ -0,0 +1,2 @@
|
|||
EXPORTS
|
||||
hello
|
|
@ -5,7 +5,7 @@ if ccid == 'msvc' or ccid == 'clang-cl'
|
|||
error('MESON_SKIP_TEST: MSVC and GCC do not interoperate like this.')
|
||||
endif
|
||||
|
||||
c_lib = library('clib', 'clib.c')
|
||||
c_lib = library('clib', 'clib.c', vs_module_defs : 'clib.def')
|
||||
|
||||
f_call_c = executable('f_call_c', 'f_call_c.f90',
|
||||
link_with: c_lib,
|
||||
|
|
Loading…
Reference in New Issue