Skip to content

Commit

Permalink
🚧 gucc: dont hardcode library type
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jul 8, 2024
1 parent 12ca5d1 commit 0f722ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gucc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f722ea

Please sign in to comment.