aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/arrow/usage-flightsql
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/arrow/usage-flightsql
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/arrow/usage-flightsql')
-rw-r--r--vcpkg/ports/arrow/usage-flightsql3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcpkg/ports/arrow/usage-flightsql b/vcpkg/ports/arrow/usage-flightsql
new file mode 100644
index 0000000..2f7e9cf
--- /dev/null
+++ b/vcpkg/ports/arrow/usage-flightsql
@@ -0,0 +1,3 @@
+
+ find_package(ArrowFlightSql CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE "$<IF:$<BOOL:${ARROW_BUILD_STATIC}>,ArrowFlightSql::arrow_flight_sql_static,ArrowFlightSql::arrow_flight_sql_shared>")