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".