From a05a259393ca3efdde809c5d2aeeadbac9e38ad6 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 25 Aug 2023 21:05:49 -0400 Subject: explicit STATIC --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fc78df3..0b5b9f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -169,7 +169,7 @@ if (ENABLE_VOICE) if (NOT rnnoise_FOUND) message("rnnoise was not found and will be included as a submodule") # This is potentially really stupid - add_library(rnnoise + add_library(rnnoise STATIC subprojects/rnnoise/src/arch.h subprojects/rnnoise/src/celt_lpc.c subprojects/rnnoise/src/celt_lpc.h -- cgit v1.2.3