mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-10 21:21:50 +00:00
chore: add ObjCompiling component
This commit is contained in:
@ -39,6 +39,7 @@ function Linker:project()
|
||||
self:include(includes)
|
||||
Utils:include(includes)
|
||||
ZoneLoading:include(includes)
|
||||
ObjCompiling:include(includes)
|
||||
ObjLoading:include(includes)
|
||||
ObjWriting:include(includes)
|
||||
ZoneWriting:include(includes)
|
||||
@ -46,6 +47,7 @@ function Linker:project()
|
||||
Raw:use()
|
||||
|
||||
links:linkto(Utils)
|
||||
links:linkto(ObjCompiling)
|
||||
links:linkto(ZoneLoading)
|
||||
links:linkto(ZoneWriting)
|
||||
links:linkto(ObjLoading)
|
||||
|
Reference in New Issue
Block a user