From 1997ebc29cc2014dfa394e4f9255d815df734263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Mon, 18 May 2026 10:39:17 -0700 Subject: [PATCH] src/CMakeLists.txt: Do not force STATIC library build --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0af895d..e1af241 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,7 @@ if(CMAKE_BUILD_TYPE STREQUAL Debug) add_compile_options(-DMEMT_DEBUG) endif() -add_library(memtailor STATIC +add_library(memtailor memtailor.h memtailor.cpp memtailor/Arena.cpp