[nostalgia/core] Add custom TypeStore with type desc loader

This commit is contained in:
2022-05-29 01:27:35 -05:00
parent ab1dc83630
commit 285a0f9b24
4 changed files with 54 additions and 7 deletions
+2
View File
@@ -48,6 +48,7 @@ add_library(
gfx.cpp
media.cpp
typeconv.cpp
typestore.cpp
)
add_library(
@@ -101,6 +102,7 @@ install(
input.hpp
media.hpp
typeconv.hpp
typestore.hpp
DESTINATION
include/nostalgia/core
)