add info checker.
Some checks failed
Deploy Applications / PullDocker (push) Failing after 9s
Deploy Applications / Build (push) Failing after 4s
Windows CI / build (push) Has been cancelled

This commit is contained in:
2025-11-10 19:29:40 +08:00
parent 8c2c912d3a
commit 482e5495f0
4 changed files with 132 additions and 10 deletions

View File

@@ -18,4 +18,8 @@ add_executable(shifter
target_link_libraries(shifter
PRIVATE Boost::program_options
)
add_executable(infoer
Infoer.cpp
)