Skip to content
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

Cmake and meson project support #1168

Merged
merged 3 commits into from
Aug 28, 2017
Merged

Cmake and meson project support #1168

merged 3 commits into from
Aug 28, 2017

Conversation

mattiasb
Copy link
Contributor

Add support for building and testing CMake- and Meson projects.


Before submitting a PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):

  • [✓] The commits are consistent with our contribution guidelines
    • With caveat that this PR adds support for two similar project types in one go. I can easily split this up if wanted.
  • [✓] You've added tests (if possible) to cover your change(s)
    • Does not apply I believe (?)
  • [✓] All tests are passing (make test)
  • [✓] The new code is not generating bytecode or M-x checkdoc warnings
    • Not the new code no.
  • [✓] You've updated the changelog (if adding/changing user-visible functionality)
  • [✓] You've updated the readme (if adding/changing user-visible functionality)
    • Not applicable

Thanks!

Since meson (and several other systems) build out of tree we also
introduce a new defcustom `projectile-build-tree` that specifies the
build directory relative to where the build is run, defaulting to
`build`.
@bbatsov bbatsov merged commit adf6ae2 into bbatsov:master Aug 28, 2017
@bbatsov
Copy link
Owner

bbatsov commented Aug 28, 2017

👍

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.

2 participants