mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Change catch2 version to 2.13.4
This commit is contained in:
24
thirdparty/catch2.lua
vendored
Normal file
24
thirdparty/catch2.lua
vendored
Normal 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
|
Reference in New Issue
Block a user