添加文件更新工具。

This commit is contained in:
2026-03-15 09:19:30 +08:00
parent 8142ecd3fa
commit 55b8574f8a
8 changed files with 536 additions and 13 deletions

View File

@@ -8,11 +8,8 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin/${CMAKE_BUILD_TYPE}
if (MSVC)
add_compile_options(/utf-8)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
endif()
find_package(Boost REQUIRED)
add_subdirectory(ReplaceStr)
target_link_libraries(ReplaceStr PRIVATE
Boost::headers
)
add_subdirectory(strReplace)
add_subdirectory(fileUpdater)