From 192800aa511e8b3a32603131ef9096b639b64892 Mon Sep 17 00:00:00 2001 From: superp00t Date: Wed, 4 Sep 2024 08:04:12 -0400 Subject: [PATCH] chore(build): remove mem dependency from libs --- lib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index faf2553..4cd46d9 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,2 +1 @@ -add_subdirectory(mem) add_subdirectory(system)