diff options
| author | kreuzerkrieg <kreuzerkrieg@gmail.com> | 2020-03-13 02:52:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-12 17:52:16 -0700 |
| commit | cd0ea138120168c8bbab5b16becd1f992d49e1ee (patch) | |
| tree | 54a279301d61e512ec6601fcd2ce8bd11b137449 /ports/unixodbc/usage | |
| parent | c2795f1662b0cd3c801a7788cda042b4f3fdc1fe (diff) | |
| download | vcpkg-cd0ea138120168c8bbab5b16becd1f992d49e1ee.tar.gz vcpkg-cd0ea138120168c8bbab5b16becd1f992d49e1ee.zip | |
[unixODBC] Add new port (#10057)
* unixODBC
* wip
Diffstat (limited to 'ports/unixodbc/usage')
| -rw-r--r-- | ports/unixodbc/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/unixodbc/usage b/ports/unixodbc/usage new file mode 100644 index 000000000..7901a3ef2 --- /dev/null +++ b/ports/unixodbc/usage @@ -0,0 +1,4 @@ +The package unixodbc is compatible with built-in CMake targets: + + FIND_PACKAGE(unixodbc REQUIRED) + TARGET_LINK_LIBRARIES(main PRIVATE UNIX::odbc) for linkage |
