From 0f722ea6fd232622e28cd6077d4eb5a1e5a571f4 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Tue, 9 Jul 2024 03:33:39 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20gucc:=20dont=20hardcode=20librar?= =?UTF-8?q?y=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gucc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gucc/CMakeLists.txt b/gucc/CMakeLists.txt index 977cad9..8295c1b 100644 --- a/gucc/CMakeLists.txt +++ b/gucc/CMakeLists.txt @@ -8,7 +8,7 @@ project(gucc VERSION 0.0.1 LANGUAGES CXX) -add_library(${PROJECT_NAME} SHARED +add_library(${PROJECT_NAME} #SHARED #src/utils.cpp src/utils.hpp src/io_utils.cpp include/gucc/io_utils.hpp src/string_utils.cpp include/gucc/string_utils.hpp