Refactor LegoActorStruct into unknown class in misc lib (#782)

This commit is contained in:
Christian Semmler
2024-04-07 08:36:58 -04:00
committed by GitHub
parent b394770864
commit 1bfe47357b
5 changed files with 50 additions and 34 deletions

View File

@@ -173,6 +173,7 @@ add_library(misc STATIC
LEGO1/lego/sources/misc/legostorage.cpp
LEGO1/lego/sources/misc/legotexture.cpp
LEGO1/lego/sources/misc/legotree.cpp
LEGO1/lego/sources/misc/legounknown.cpp
)
register_lego1_target(misc)
set_property(TARGET misc PROPERTY ARCHIVE_OUTPUT_NAME "misc$<$<CONFIG:Debug>:d>")