diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-03-30 19:43:42 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-03-30 19:43:42 +0300 |
| commit | 032787f69076aafd43843c9ab64bdc373dc9aa6a (patch) | |
| tree | e8d761cf9adbf492ab2d249d9fc427be7660ca66 /libs/litehtml/litehtml.vcxproj.filters | |
| parent | 79353069a2cc268c37c3bf8c50e8d74039298231 (diff) | |
update of litehtml, fixes the problem with empty lines
Diffstat (limited to 'libs/litehtml/litehtml.vcxproj.filters')
| -rw-r--r-- | libs/litehtml/litehtml.vcxproj.filters | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/litehtml/litehtml.vcxproj.filters b/libs/litehtml/litehtml.vcxproj.filters index 2f6ac7400e..ea05d9a68e 100644 --- a/libs/litehtml/litehtml.vcxproj.filters +++ b/libs/litehtml/litehtml.vcxproj.filters @@ -216,6 +216,15 @@ <ClCompile Include="src\flex_line.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="src\background.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\encodings.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="src\gradient.cpp"> + <Filter>Source Files</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="include\litehtml\background.h"> |
