mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-04 07:47:25 +00:00
Extract commonly used Parser code to new Parser component
This commit is contained in:
@@ -5,12 +5,14 @@ function ZoneCodeGeneratorLib:include(includes)
|
||||
includedirs {
|
||||
path.join(ProjectFolder(), "ZoneCodeGeneratorLib")
|
||||
}
|
||||
Parser:include(includes)
|
||||
Utils:include(includes)
|
||||
end
|
||||
end
|
||||
|
||||
function ZoneCodeGeneratorLib:link(links)
|
||||
links:add(self:name())
|
||||
links:linkto(Parser)
|
||||
links:linkto(Utils)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user