C/C++ Single File Execution - IntelliJ IDEs Plugin | Marketplace

When you want to build and run single c/cpp file in CLion, CMakeLists.txt needs to be configured to declare add_executable(). It is troublesome when you want to run...