Skip to content

Added meson build script #1394

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

Closed
wants to merge 2 commits into from
Closed

Conversation

KaruroChori
Copy link

At the moment there is no easy way to build and install cppfront.
This PR adds a meson build file to do that.

@DyXel
Copy link
Contributor

DyXel commented May 23, 2025

There's a recipe by Jussi Pakkanen to integrate cppfront within an existing project: https://nibblestew.blogspot.com/2022/10/using-cppfront-with-meson.html . Maybe you could try exposing that functionality in this script (via declare_dependency and co.) so people can just add a subproject and start using cppfront immediately.

@KaruroChori
Copy link
Author

Done :). This way it should be possible to either use it as a subproject dependency or to install it.

@hsutter
Copy link
Owner

hsutter commented Jul 27, 2025

Thanks! However I'm trying hard not to support any particular build system... the build instructions for cppfront aim to be just one short command.

If you host this somewhere though I could add a link on the wiki home page "related projects" section.

@hsutter hsutter closed this Jul 27, 2025
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.

3 participants