The test file for task 13.1.45 will be located in the build directory. Usage example: "./tasks_13_1_45.exe -f ../file.txt -s test -r find"
- Googletest
- GoogleBenchmark
- Boost::program_options,filesystem
If the dependencies are not found on the host, they will be downloaded and installed using the so-called "super-build" of cmake. In this case, after the first build,you need to restart cmakeso that the installed libraries at the build location are used in the future.
git clone https://github.com/Mars-2dot/tasks.git
cd tasks
mkdir build && cd build
cmake ..
make You must use msvc and ninja
git clone https://github.com/Mars-2dot/tasks.git
cd tasks
mkdir build && cd build
cmake -G Ninja ..
ninja