Skip to content

Commit 433b9e9

Browse files
committed
GH-45772: [C++] Export Arrow as dependency from Meson configuration
1 parent 6b66c84 commit 433b9e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cpp/src/arrow/meson.build

+5
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,11 @@ arrow_lib = library(
326326
install: true,
327327
)
328328

329+
arrow_dep = declare_dependency(
330+
include_directores: [include_dir],
331+
link_with: arrow_lib,
332+
)
333+
329334
# Meson does not allow you to glob for headers to install. See also
330335
# https://mesonbuild.com/FAQ.html#why-cant-i-specify-target-files-with-a-wildcard
331336
# install_subdir would be usable if the directory only contained headers

0 commit comments

Comments
 (0)