diff options
| author | kreuzerkrieg <kreuzerkrieg@gmail.com> | 2020-02-12 00:09:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-11 14:09:51 -0800 |
| commit | 2b9c87f4b9f12a219090c35ac9608c1d4b91917b (patch) | |
| tree | a0b8843d296bce9566aa83f3efec4ef05f670ce1 /ports/libhdfs3/usage | |
| parent | 56a12f6ee9fef0991a25a4c7e0a0b2e843bfe5ad (diff) | |
| download | vcpkg-2b9c87f4b9f12a219090c35ac9608c1d4b91917b.tar.gz vcpkg-2b9c87f4b9f12a219090c35ac9608c1d4b91917b.zip | |
[libhdfs3] Add new port (#10021)
* libhdfs3
* wip
Diffstat (limited to 'ports/libhdfs3/usage')
| -rw-r--r-- | ports/libhdfs3/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/libhdfs3/usage b/ports/libhdfs3/usage new file mode 100644 index 000000000..780d82d25 --- /dev/null +++ b/ports/libhdfs3/usage @@ -0,0 +1,4 @@ +The package libhdfs3 is compatible with built-in CMake targets: + + FIND_PACKAGE(libhdfs3 REQUIRED) + TARGET_LINK_LIBRARIES(main PRIVATE HDFS::hdfs3) |
