mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-27 05:59:35 +00:00
Change catch2 version to 2.13.4
This commit is contained in:
Vendored
+1
-1
Submodule thirdparty/catch2 updated: 3eade52fc0...de6fe184a9
Vendored
+24
@@ -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