Open erelsgl opened 5 years ago
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".
@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".
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:
However, I still do not see any run configuration on the top-right panel of Clion... all I see is "Add Configuration".