Add a memory region type to mammoth

This commit is contained in:
Drew Galbraith 2023-06-12 23:24:05 -07:00
parent 6986f534f8
commit 6c13fdc801
3 changed files with 66 additions and 0 deletions

View file

@ -1,6 +1,7 @@
add_library(mammoth_lib STATIC
src/channel.cpp
src/debug.cpp
src/memory_region.cpp
src/process.cpp
src/thread.cpp
)