We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a582c commit ae43f67Copy full SHA for ae43f67
2 files changed
app/meson.build
@@ -23,6 +23,7 @@ dftd4_exe = executable(
23
),
24
dependencies: dftd4_dep,
25
install: install,
26
+ link_language: 'fortran',
27
)
28
29
test('app-version', dftd4_exe, args: '--version')
test/unit/meson.build
@@ -46,6 +46,7 @@ tester = executable(
46
'tester',
47
sources: test_srcs,
48
dependencies: [dftd4_dep, mstore_dep],
49
50
51
52
foreach t : tests
0 commit comments