Skip to content

Commit 23e4202

Browse files
committed
Use pkg-config to find heatf and bmiheatf
1 parent b822e66 commit 23e4202

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

external/bmi-example-fortran

Submodule bmi-example-fortran updated 72 files

meson.build

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ incs = include_directories(
2121
)
2222

2323
deps = [
24+
# fc.find_library('bmif'),
25+
# fc.find_library('heatf'),
26+
# fc.find_library('bmiheatf'),
2427
dependency('bmif', method: 'pkg-config'),
25-
fc.find_library('heatf'),
26-
fc.find_library('bmiheatf'),
28+
dependency('heatf', method: 'pkg-config'),
29+
dependency('bmiheatf', method: 'pkg-config'),
2730
]
2831

2932
srcs = [

0 commit comments

Comments
 (0)