Merge pull request #92 from momo5502/dependabot/submodules/deps/HDiffPatch-1efd5dc
Bump deps/HDiffPatch from `936b11e` to `1efd5dc`
This commit is contained in:
commit
96d2908857
2
deps/HDiffPatch
vendored
2
deps/HDiffPatch
vendored
@ -1 +1 @@
|
||||
Subproject commit 936b11eb7028b5e1b4721501d012e24796463abe
|
||||
Subproject commit 1efd5dc6238f78e1960997a2d9d7a08390c9ad22
|
4
deps/premake/libHDiffPatch.lua
vendored
4
deps/premake/libHDiffPatch.lua
vendored
@ -14,6 +14,7 @@ function libHDiffPatch.includes()
|
||||
includedirs {
|
||||
path.join(libHDiffPatch.source, "HDiff"),
|
||||
path.join(libHDiffPatch.source, "HPatch"),
|
||||
path.join(libHDiffPatch.source, "HPatchLite"),
|
||||
}
|
||||
end
|
||||
|
||||
@ -30,6 +31,9 @@ function libHDiffPatch.project()
|
||||
|
||||
path.join(libHDiffPatch.source, "HPatch/**.h"),
|
||||
path.join(libHDiffPatch.source, "HPatch/**.c"),
|
||||
|
||||
path.join(libHDiffPatch.source, "HPatchLite/**.h"),
|
||||
path.join(libHDiffPatch.source, "HPatchLite/**.c"),
|
||||
}
|
||||
|
||||
warnings "Off"
|
||||
|
Loading…
Reference in New Issue
Block a user