From 7809dfc41cc4b8d46ec7a2cb52a2f37d76c57ff9 Mon Sep 17 00:00:00 2001 From: Jules P?nuchot Date: Tue, 30 May 2023 01:33:19 +0200 Subject: [PATCH] going back to a static library at least for now --- grapher/cmake/grapher-target.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grapher/cmake/grapher-target.cmake b/grapher/cmake/grapher-target.cmake index 33df21d..dbbe55c 100644 --- a/grapher/cmake/grapher-target.cmake +++ b/grapher/cmake/grapher-target.cmake @@ -1,6 +1,6 @@ # Declaring the grapher library file(GLOB_RECURSE GRAPHER_SOURCES lib/*.cpp) -add_library(grapher SHARED ${GRAPHER_SOURCES}) +add_library(grapher STATIC ${GRAPHER_SOURCES}) target_include_directories(grapher PUBLIC