mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
🚧 gucc: dont hardcode library type
This commit is contained in:
parent
12ca5d1303
commit
0f722ea6fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user