[IOT-1816] Windows: Fix build breaks
[platform/upstream/iotivity.git] / resource / unittests / SConscript
index e6d27be..44202b8 100644 (file)
@@ -51,6 +51,7 @@ unittests_env.PrependUnique(CPPPATH = [
 
 if target_os in ['windows']:
        unittests_env.AppendUnique(CPPPATH = ['#extlibs/boost/boost'])
+       unittests_env.AppendUnique(LIBS = ['sqlite3'])
        # On Windows, octbstack_test is a static LIB, that makes calls into static LIB ocsrm.
        # On other platforms, octbstack_test is a shared LIB, that includes static LIB ocsrm.
        unittests_env.AppendUnique(LIBS = ['ocsrm'])