We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b9859 commit fac5354Copy full SHA for fac5354
src/iceberg/test/util/meson.build
@@ -32,7 +32,11 @@ nlohmann_json_dep = dependency('nlohmann_json')
32
iceberg_test_util_lib = static_library(
33
'iceberg_test_util',
34
sources: iceberg_test_util_sources,
35
- dependencies: [iceberg_dep, gtest_dep, nlohmann_json_dep],
+ dependencies: [
36
+ iceberg_dep,
37
+ gtest_dep.partial_dependency(compile_args: true, includes: true),
38
+ nlohmann_json_dep,
39
+ ],
40
include_directories: include_directories('../..'),
41
)
42
0 commit comments