Is it possible to configure CLion to compile source files in a project independently?

前端 未结 5 589
走了就别回头了
走了就别回头了 2020-12-23 17:12

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

5条回答
  •  没有蜡笔的小新
    2020-12-23 17:33

    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.

提交回复
热议问题