mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
cd0ea13812
* unixODBC * wip
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
The package unixodbc is compatible with built-in CMake targets:
|
|
|
|
FIND_PACKAGE(unixodbc REQUIRED)
|
|
TARGET_LINK_LIBRARIES(main PRIVATE UNIX::odbc) for linkage
|