Multiple CMake projects in one project
Answered
Hello,
Can I have CMakeLists files only in subdirectories and not in project root folder?
I have C project which contains a lot of smaller C projects. I don't want them all to be separate projects.
Please sign in to leave a comment.
Hi!
Multiple project support hasn't been included in CLion yet: https://youtrack.jetbrains.com/issue/CPP-1537. Feel free to comment or upvote. Currently, the only way is to create fake root CMakeLists.txt with add_subdirectories.