How to connect a library?

已回答

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

0

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?

0

请先登录再写评论。