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