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.
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.