Skip to content

Commit

Permalink
[winrt] Reference local sqlite3.c file
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy29 committed Feb 24, 2017
1 parent c2eb189 commit 8ee8fc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
<ClCompile Include="Plugins\lsqlite3_stub.cpp" />
<ClCompile Include="Plugins\lua_cjson.c" />
<ClCompile Include="Plugins\lua_cjson_stub.cpp" />
<ClCompile Include="Plugins\sqlite3.c" />
<ClCompile Include="Plugins\strbuf.c" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
<ClCompile Include="Plugins\lua_cjson_stub.cpp">
<Filter>Plugins</Filter>
</ClCompile>
<ClCompile Include="Plugins\sqlite3.c">
<Filter>Plugins</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Plugins\lfs.h">
Expand Down

0 comments on commit 8ee8fc3

Please sign in to comment.