A utility library for manipulating file paths.
- CMake
- Catch2
- gvocr
To install the project, run the following commands
mkdir build
cd build
cmake ..
make
To run tests, run the following commands
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=yes ..
make unit_tests
./tests/unit_tests