aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/unixodbc/usage
blob: 50f8e47252ce73c23bdd31b743720e8d8a180674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
unixodbc provides CMake targets:

  # unixODBC Driver Manager library
  find_package(unofficial-unixodbc CONFIG REQUIRED)
  target_link_libraries(main PRIVATE (unofficial::unixodbc::odbc)

unixodbc provides pkg-config modules:

  # unixODBC Driver Manager library
  odbc

  # unixODBC Cursor Library
  odbccr

  # unixODBC Configuration Library
  odbcinst