Multiple CMake projects in one project
已回答
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.
请先登录再写评论。
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.