How do I add external libraries
I'm a newb at cpp, in visual studio I right click the project and then properties then add the paths, I dont see how to do this in clion. could someone explain the steps, the guide I'm guessing is expecting a level higher than mine :)
Thanks in advance.
请先登录再写评论。
This should be done via CMakeLists.txt files. Have a look here to get the list of most important macros for CMake.