From 9d7e30c19832f730b8092d0cafdf48f72e08f81a Mon Sep 17 00:00:00 2001 From: superp00t Date: Fri, 4 Aug 2023 21:03:51 -0400 Subject: [PATCH] chore(build): include mem dependency in lib/CMakeLists.txt --- lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 4cd46d9..b18bcca 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1 +1,2 @@ add_subdirectory(system) +add_subdirectory(mem)