CLion is not able to resolve many symbols in my project (DWORD etc..)

已回答

Hi 

 

CLion is not able to resolve multiple symbols in my project. It is an open source project https://github.com/vmware/lightwave

 

Just try downloading and adding it to the CLion. I don't want to compile it, I want to use CLion just for the navigation purposes.

0

Hi, Taggarwal.

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. As I can see, this project is makefiles based project. So you need to edit CMakeLists.txt manually. Please take a look at our quick CMake tutorial in our web help: https://www.jetbrains.com/help/clion/2016.3/quick-cmake-tutorial.html.

0

请先登录再写评论。