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?
Please sign in to leave a comment.
Hi Francois,
You can build different executables or libraries from different sources inside one project using CMake targets.