mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[libodb-sqlite] Find sqlite3 includes from vcpkg
This commit is contained in:
parent
a0721f1bea
commit
44c2a66ff2
@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(libodb-sqlite VERSION 2.4.0 LANGUAGES CXX)
|
||||
find_package(odb 2.4.0 REQUIRED COMPONENTS libodb)
|
||||
find_package(sqlite3 REQUIRED)
|
||||
find_package(sqlite3 CONFIG)
|
||||
configure_file(config.unix.h.in
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/odb/sqlite/details/config.h COPYONLY)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Source: libodb-sqlite
|
||||
Version: 2.4.0-1
|
||||
Version: 2.4.0-2
|
||||
Description: Sqlite support for the ODB ORM library
|
||||
Build-Depends: libodb, sqlite3
|
||||
|
Loading…
x
Reference in New Issue
Block a user