mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 22:49:00 +08:00
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
|
sqlite3 provides pkgconfig bindings.
|
||
|
sqlite3 provides CMake targets:
|
||
|
|
||
|
find_package(unofficial-sqlite3 CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE unofficial::sqlite3::sqlite3)
|