Skip to content

Commit 8c09208

Browse files
wgtmackou
andauthored
Update src/arrow/CMakeLists.txt
Co-authored-by: Sutou Kouhei <[email protected]>
1 parent a6abfd4 commit 8c09208

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/arrow/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ else()
4646
"$<IF:$<TARGET_EXISTS:Arrow::arrow_shared>,Arrow::arrow_shared,Arrow::arrow_static>"
4747
)
4848
endif()
49+
list(APPEND
50+
ICEBERG_ARROW_STATIC_INSTALL_INTERFACE_LIBS
51+
"$<IF:$<TARGET_EXISTS:iceberg_core_static>,Iceberg::iceberg_core_static,Iceberg::iceberg_core_shared>"
52+
)
53+
list(APPEND
54+
ICEBERG_ARROW_SHARED_INSTALL_INTERFACE_LIBS
55+
"$<IF:$<TARGET_EXISTS:iceberg_core_shared>,Iceberg::iceberg_core_shared,Iceberg::iceberg_core_static>"
56+
)
4957

5058
add_iceberg_lib(iceberg_arrow
5159
SOURCES

0 commit comments

Comments
 (0)