mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Rework depedency management in premake lua scripts
This commit is contained in:
5
thirdparty/catch2.lua
vendored
5
thirdparty/catch2.lua
vendored
@ -1,7 +1,7 @@
|
||||
catch2 = {}
|
||||
|
||||
function catch2:include()
|
||||
if References:include(self:name()) then
|
||||
function catch2:include(includes)
|
||||
if includes:handle(self:name()) then
|
||||
includedirs {
|
||||
path.join(ThirdPartyFolder(), "catch2", "single_include")
|
||||
}
|
||||
@ -20,5 +20,4 @@ function catch2:name()
|
||||
end
|
||||
|
||||
function catch2:project()
|
||||
References:reset()
|
||||
end
|
||||
|
Reference in New Issue
Block a user