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

The line is added but I still cannot run the file #5

Open
erelsgl opened this issue Feb 26, 2019 · 1 comment
Open

The line is added but I still cannot run the file #5

erelsgl opened this issue Feb 26, 2019 · 1 comment

Comments

@erelsgl
Copy link

erelsgl commented Feb 26, 2019

I installed the plugin, went into a cpp file, right-clicked and chose "Add executable for a single c/cpp file".
Indeed the following line was added into my CMakeLists.txt file:

 add_executable(hello 01-what-is-cpp/1-hello/hello.cpp)

However, I still do not see any run configuration on the top-right panel of Clion... all I see is "Add Configuration".

@alphavector
Copy link

@erelsgl, the fact is that by default CMakeList.txt is not updated automatically after the change. You need to enable the "Auto-Reload CMake Project".

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