Skip to content

[C++] Allow customizing header extension #1054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lapointexavier
Copy link

Summary

This PR introduces the ability to configure the header file extension (e.g., .hpp for C++ header files). The default remains .h to ensure backward compatibility.

Key Changes

Adds a new configuration option sbe.cpp.file.extension to set the desired file extension.

Default extension is still .h for backward compatibility.

Notes

The new configuration setting requires an update to the documentation to reflect this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant