early-access version 2853
This commit is contained in:
9
externals/vcpkg/ports/arrow/vcpkg-cmake-wrapper.cmake
vendored
Executable file
9
externals/vcpkg/ports/arrow/vcpkg-cmake-wrapper.cmake
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
_find_package(${ARGS})
|
||||
|
||||
if(TARGET arrow_static)
|
||||
list(APPEND ARROW_LIBRARIES arrow_static)
|
||||
list(APPEND PARQUET_LIBRARIES parquet_static)
|
||||
elseif (TARGET arrow_shared)
|
||||
list(APPEND ARROW_LIBRARIES arrow_shared)
|
||||
list(APPEND PARQUET_LIBRARIES parquet_shared)
|
||||
endif()
|
||||
Reference in New Issue
Block a user