diff options
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 |
