Multiple executables

Hi,

I have a project that should generate 2 executables. They have different source code but one program is executing the other at run time. Is there a way to do this in CLion or do I have to create 2 different projects?

0

Hi Francois,

You can build different executables or libraries from different sources inside one project using CMake targets.

0

请先登录再写评论。