How do I include libraries from a GitHub repository in CLion? Follow
Hello everyone!
I am new to CLion, CMake, and C++ overall. I am trying to run a Pacman project that uses Qt for graphics from Github repository https://github.com/dzui42unit/pacman
- I cloned this GitHub repo to CLion
- CLion generated CMake file
However, now I do not know what to do next. I do not even understand what libraries I need to import and link to the project, and I also do not know how it is done using CMake.
Could anyone instruct how to run this GitHub project with all imported and linked libraries?
I am ready to cooperate and provide any information you need
I would appreciate any feedback!
Please sign in to leave a comment.