🚧 gucc: dont hardcode library type

This commit is contained in:
Vladislav Nepogodin 2024-07-09 03:33:39 +04:00
parent 12ca5d1303
commit 0f722ea6fd
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -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