mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-01 14:37:25 +00:00
Change catch2 version to 2.13.4
This commit is contained in:
2
thirdparty/catch2
vendored
2
thirdparty/catch2
vendored
Submodule thirdparty/catch2 updated: 3eade52fc0...de6fe184a9
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