You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[c]: install headers under cucumber/gherkin/ and .cmake files under gherkin/ (#346)
* [c]: install headers under cucumber/gherkin/
Rather than installing all the C headers directly under e.g.
`/usr/include`, put them in a subdirectory like
`/usr/include/cucumber/gherkin`.
This is *not* the same directory as the C++ headers, which have an extra
`cucumber/` corresponding to the `cucumber::` C++ namespace, e.g.
`/usr/include/cucumber/cucumber/gherkin/`. See
cucumber/messages#267 (comment).
* [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.
0 commit comments