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
