mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
🚧 fixup changed introduced in a70e641e36
This commit is contained in:
parent
9d420d2577
commit
a7738cbf04
@ -9,9 +9,9 @@ project(gucc
|
||||
LANGUAGES CXX)
|
||||
|
||||
|
||||
set(GUCC_LOGGER_FILES "")
|
||||
set(GUCC_LOGGER_FILES)
|
||||
if(NOT COS_BUILD_STATIC)
|
||||
set(GUCC_LOGGER_FILES "src/logger.cpp include/gucc/logger.hpp")
|
||||
set(GUCC_LOGGER_FILES src/logger.cpp include/gucc/logger.hpp)
|
||||
endif()
|
||||
|
||||
add_library(${PROJECT_NAME} #SHARED
|
||||
|
Loading…
Reference in New Issue
Block a user