updated build system
This commit is contained in:
parent
2e1f0c8f5f
commit
4939b05ca7
@ -8,8 +8,10 @@ if(PROJECT_ENABLE_SQLITE)
|
||||
include_directories(${SQLite3_INCLUDE_DIRS})
|
||||
link_libraries(SQLite::SQLite3)
|
||||
else()
|
||||
set(SQLITE_SYSTEM_ROOT ${PROJECT_BUILD_DIR}/external/src/sqlite_project)
|
||||
|
||||
include_directories(SYSTEM BEFORE
|
||||
${PROJECT_BUILD_DIR}/external/src/sqlite_project
|
||||
${SQLITE_SYSTEM_ROOT}
|
||||
)
|
||||
|
||||
set(PROJECT_ADDITIONAL_SOURCES
|
||||
|
Loading…
x
Reference in New Issue
Block a user