Take into account the include path found by cmake when looking for litesql lib
1 files changed, 1 insertions(+), 0 deletions(-) M CMakeLists.txt
M CMakeLists.txt => CMakeLists.txt +1 -0
@@ 194,6 194,7 @@ if(LITESQL_FOUND) add_library(database OBJECT src/database/database.cpp ${LITESQL_GENERATED_SOURCES}) + include_directories(database ${LITESQL_INCLUDE_DIRS}) set(USE_DATABASE TRUE) else() add_library(database OBJECT "")