Change catch2 version to 2.13.4

This commit is contained in:
Jan
2021-02-10 16:47:16 +01:00
parent c283bda1f4
commit 31497d804c
2 changed files with 25 additions and 1 deletions

24
thirdparty/catch2.lua vendored Normal file
View File

@ -0,0 +1,24 @@
catch2 = {}
function catch2:include()
if References:include(self:name()) then
includedirs {
path.join(ThirdPartyFolder(), "catch2", "single_include")
}
end
end
function catch2:link()
end
function catch2:use()
end
function catch2:name()
return "catch2"
end
function catch2:project()
References:reset()
end