Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[c]: install cmake configs under gherkin/
Rather than installing `.cmake` files directly under e.g. `/usr/lib/cmake`, put them in a subdirectory like `/usr/lib/cmake/gherkin`. C++ CMake files are currently installed under e.g. `/usr/lib/cmake/cucumber_gherkin`; I think the leading `cucumber_` corresponds to the `cucumber::` C++ namespace, which is why I have chosen just `gherkin` for the C CMake files.
- Loading branch information