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

way to interactivelly choose Makefile build target for compilation. #104

Open
vibrys opened this issue May 21, 2017 · 0 comments
Open

way to interactivelly choose Makefile build target for compilation. #104

vibrys opened this issue May 21, 2017 · 0 comments

Comments

@vibrys
Copy link
Contributor

vibrys commented May 21, 2017

Hi Atila

After the build directory is created with Makefile included, the next step is to compile the project.
cmake-ide-compile command does the job. I'd like it to display all the available targets for me so that I could interactively choose one of them. There is another command that does it in emacs. It is 'helm-make'. I'd like to have the possibility to have cmake-ide use 'helm-make' to compile my project.

One of the ways to achieve is to let cmake-ide-compile-command point to some function as well.

Then I just could customize it to the following:

         (lambda nil
           (with-helm-default-directory
               (cmake-ide--get-build-dir)
               (call-interactively 'helm-make)))

I've created a patch to have this ability. Could You please tell Your opinion on that?

Thank You very much for cmake-ide and best regards,
Mat

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

No branches or pull requests

1 participant