mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 02:27:09 +01:00
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
|