Premake and CLion

I have to use premake instead of cmake.

I am wondering is it possible to use CLion in such environment?

Either to provide premake of discover project files similar way as eclipse.

 

1

Hi Vladimir.

CLion uses a concept of a project and relies on CMake as a build system for it. All the includes paths, variables and more is taken from CMake files and are used by CLion to understand your project better and to resolve your code correctly. We have a feature request about premake support in our tracker: https://youtrack.jetbrains.com/issue/CPP-861. Feel free to comment or upvote. But no current plans for now.

1

请先登录再写评论。