I am currently doing some Project Euler challenges in C using the JetBrains CLion IDE. When I completed these in Python and Java (in PyCharm and IntelliJ, respectively), I w
After adding executables in CMakeLists.txt for each source file one must reload the file by pressing Reload button on upper right corner and then set run debug configuration to that source file name which he wants to run.