Only use of Makefile instead of CMake Follow
Answered
Hello,
is it possible to use only Makefile instead of CMake in Clion 2017 ?
Thanks.
Please sign in to leave a comment.
Hi!
Unfortunately not.
We understand how popular and important Makefiles build system is. So we are going to support it in future versions. Here is the feature request: https://youtrack.jetbrains.com/issue/CPP-494. Feel free to comment and upvote. Follow to get the updates.
Thanks a lot for your reply.
There is an option to disable cmake?
In the meantime you can write a CMake wrapper around a Makefile. I wrote a wrapper for this project so I could use CLion, as opposed to using KDevelop or codelite. https://github.com/terrycain/razer-drivers
How useful is it? I am thinking of dependency navigation and debugging (connecting to a server, debug on actual source file etc.) In my case we have multiple projects, with Makefiles building libraries etc.