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

Proper way to make a new file be identified #202

Open
Nidish96 opened this issue Aug 6, 2020 · 1 comment
Open

Proper way to make a new file be identified #202

Nidish96 opened this issue Aug 6, 2020 · 1 comment

Comments

@Nidish96
Copy link

Nidish96 commented Aug 6, 2020

I just started a project with just a single file. After initializing the CMakeLists.txt initially I opened up Emacs and everything works well.
Then I wanted to create a new file and created it. After adding a few lines of code there I went to CMakeLists.txt and added instructions for building this file too. Now, however, the current session only offers completion for the file that was already there and doesn't seem to recognize that the new file has to be completed too. I tried giving cmake-ide-load-db too, I still don't see any functionality.

Maybe I'm doing something wrong in terms of the sequence. I want to know how to get cmake-ide to work without having to quit the session and restart it (I'm sure that will work though).

@atilaneves
Copy link
Owner

cmake-ide-run-cmake?

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

2 participants