mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Fix sqlite3 target includes for build interface
This commit is contained in:
parent
4e3d36af2d
commit
a25ffb56ab
@ -11,9 +11,9 @@ add_library(sqlite3
|
|||||||
sqlite3.h
|
sqlite3.h
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(sqlite3
|
target_include_directories(sqlite3 PUBLIC
|
||||||
PRIVATE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
|
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
|
||||||
PUBLIC $<INSTALL_INTERFACE:include/>)
|
$<INSTALL_INTERFACE:include/>)
|
||||||
|
|
||||||
if (SQLITE_ENABLE_COLUMN_METADATA)
|
if (SQLITE_ENABLE_COLUMN_METADATA)
|
||||||
# Enable the use of SQLite column metadata method
|
# Enable the use of SQLite column metadata method
|
||||||
|
Loading…
x
Reference in New Issue
Block a user