4 Commits

Author SHA1 Message Date
Dominik Krenn
fe42bd43bf Enhance command-line interface with cxxopts for argument parsing and add playful responses 2025-07-03 12:28:24 +02:00
Dominik Krenn
0bf90124f1 Add CMake and pkg-config support for cxxopts library
- Created cxxopts-config.cmake.in for CMake configuration.
- Added pkgconfig.pc.in for pkg-config integration.
- Introduced CMakeLists.txt for building example application.
- Implemented example.cpp demonstrating cxxopts usage.
- Updated main.cpp to utilize cxxopts for command line argument parsing.
2025-07-03 12:22:09 +02:00
Dominik Krenn
bd3c46ce16 Add initial project files including source code, build configuration, and packaging metadata 2025-07-03 11:55:07 +02:00
Dominik Krenn
677fd73a66 first commit 2025-07-02 16:06:42 +02:00