updated build system
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-26 20:08:47 -05:00
parent 8fabc142f2
commit 1d7e96f3a4
20 changed files with 521 additions and 47 deletions

View File

@@ -127,6 +127,9 @@ if(PROJECT_BUILD)
@ONLY
)
endif()
find_package(ICU REQUIRED COMPONENTS uc i18n io)
link_libraries(ICU::uc ICU::i18n ICU::io)
else()
message(STATUS "-=[CMake Settings]=-")
message(STATUS " C standard: ${CMAKE_C_STANDARD}")