From fe36b0fe29eac2e8a754368d0be6a0c3cb190414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kapu=C5=9Bci=C5=84ski?= Date: Tue, 15 Aug 2023 14:11:05 +0200 Subject: [PATCH] Build CBot as static library instead --- CMakePresets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakePresets.json b/CMakePresets.json index 9f04474b..064fd4ed 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -40,6 +40,7 @@ "cacheVariables": { "CMAKE_SKIP_INSTALL_RPATH": true, "CMAKE_BUILD_TYPE": "RelWithDebInfo", + "CBOT_STATIC": true, "DEV_BUILD": true, "PORTABLE": true, "TOOLS": true,