Opening header files from WSL

Answered

Hi,

I am using CLion on Windows but my C project in in WSL. For this C project I am using the APR libraries what are installed on a Debian, running in WSL. Is it possible somehow to configure CLion in order to be able to open the APR header files just by Ctrl+Clikc on then #include <apr_pools.h> ?

0
3 comments

The indicated settings are already done. I have that WSL toolchain and all the executables are present.

0

What build system is your project based on? CMake, Makefile, some other?

0

Please sign in to leave a comment.