pull in new policy updates
[profile/ivi/smartdevicelink.git] / src / components / policy / test / policy / sqlite_wrapper / CMakeLists.txt
index 9d5a3fc..e3bac11 100644 (file)
@@ -12,6 +12,7 @@ set(LIBRARIES
   gmock
   gmock_main
   dbms
+  sqlite3
 )
 
 set(DATABASE_SOURCES
@@ -23,4 +24,4 @@ set(QUERY_SOURCES
 )
 
 create_test("test_SQLDatabase" "${DATABASE_SOURCES}" "${LIBRARIES}")
-create_test("test_SQLQuery" "${QUERY_SOURCES}" "${LIBRARIES}")
\ No newline at end of file
+create_test("test_SQLQuery" "${QUERY_SOURCES}" "${LIBRARIES}")