2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-25 13:51:58 +00:00

refactor: extract image code into single component

This commit is contained in:
Jan
2024-09-27 21:16:29 +02:00
parent a2d70c17ba
commit 2dccd423af
46 changed files with 66 additions and 13 deletions

View File

@ -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