mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
refactor: extract image code into single component
This commit is contained in:
@ -45,9 +45,11 @@ function ObjCommonTests:project()
|
||||
|
||||
self:include(includes)
|
||||
ObjCommon:include(includes)
|
||||
ObjImage:include(includes)
|
||||
catch2:include(includes)
|
||||
|
||||
links:linkto(ObjCommon)
|
||||
links:linkto(ObjImage)
|
||||
links:linkto(catch2)
|
||||
links:linkall()
|
||||
end
|
||||
|
Reference in New Issue
Block a user