common: Add various utility classes

This commit is contained in:
FearlessTobi 2024-02-22 16:26:54 +01:00
parent a93d249ac1
commit 12e55ae31b
5 changed files with 161 additions and 19 deletions

View file

@ -46,6 +46,7 @@ add_library(common STATIC
dynamic_library.cpp
dynamic_library.h
elf.h
enum_util.h
error.cpp
error.h
expected.h
@ -148,6 +149,7 @@ add_library(common STATIC
tiny_mt.h
tree.h
typed_address.h
typed_storage.h
uint128.h
unique_function.h
uuid.cpp