How to connect a library?
Answered

as in the clion to make that he saw the contents of the libraries along the way
/usr/local/Cellar/avr-gcc/7.2.0/avr/include
The project itself is compiled without errors, the problem is only in the IDE
Please sign in to leave a comment.
You should properly link these libraries to CMake. Please take a look at our quick CMake tutorial in our web help: https://www.jetbrains.com/help/clion/2017.2/quick-cmake-tutorial.html. Also, how do your CMakeLists.txt looks like? Is it used for building the project?