Skip to content

Commit

Permalink
Merge pull request smartdevicelink#4 in NAR/sdl-core from SDL-628 to …
Browse files Browse the repository at this point in the history
…merge/livio4.1

* commit 'e321d13e833335f8b7456fedce5d9b59830bd223':
  Fix SQLite3 include path / SDL-628
  • Loading branch information
madhuy committed Sep 9, 2016
2 parents e3efeed + e321d13 commit d84250c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/utils/src/sqlite_wrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ set(target dbms)
find_package(Sqlite3 REQUIRED)

include_directories(
${SQLITE3_INCLUDE_DIRS}
${COMPONENTS_DIR}/utils/include/utils
)

Expand Down

0 comments on commit d84250c

Please sign in to comment.