mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Change catch2 version to 2.13.4
This commit is contained in:
parent
c283bda1f4
commit
31497d804c
2
thirdparty/catch2
vendored
2
thirdparty/catch2
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 3eade52fc0338b2aa81d23cf0cd191f455477746
|
Subproject commit de6fe184a9ac1a06895cdd1c9b437f0a0bdf14ad
|
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
|
Loading…
x
Reference in New Issue
Block a user