[nostalgia,keel] Move core::TypeStore to Keel

This commit is contained in:
2023-06-01 23:43:19 -05:00
parent 1d35f6ce70
commit 4364911229
8 changed files with 14 additions and 12 deletions
+2
View File
@@ -6,6 +6,7 @@ add_library(
module.cpp
pack.cpp
typeconv.cpp
typestore.cpp
)
target_link_libraries(
@@ -28,6 +29,7 @@ install(
module.hpp
pack.hpp
typeconv.hpp
typestore.hpp
DESTINATION
include/keel
)