Proper way to make a new file be identified
Nidish96 opened this issue · 1 comments
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).
cmake-ide-run-cmake
?