How to go to source code in linked libraries in Clion?

I have a project that links several static libs (e.g. libModule.a). When I try to switch to classes inside the lib module, Clion returns me only to the header declaration and stops there. I want to be able to define functions inside the lib module.

+7
c ++ clion
source share

No one has answered this question yet.

See related questions:

1709
How can I profile C ++ code running on Linux?
443
Saving C ++ Template Function Definitions in a .CPP File
70
What happens to global and static variables in a shared library when it is dynamically linked?
24
Can CLION be configured to compile source files in a project independently?
10
CLion does not allow headers from an external library
8
The CLion library has only a header: the file "does not apply to any project goal, the code analysis functions may not work correctly"
6
CLion add dependency headers and sources
3
Code parsing does not work with CUDA, Clion and CMake
one
Clion. Configure Add Sources and CMakeLists.txt Headers
0
Clion (cmake) will not link libraries

All Articles