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> ?
Please sign in to leave a comment.
Hello!
You need to open your project in CLion and configure the WSL toolchain - https://www.jetbrains.com/help/clion/how-to-use-wsl-development-environment-in-product.html#wsl-tooclhain.
The indicated settings are already done. I have that WSL toolchain and all the executables are present.
What build system is your project based on? CMake, Makefile, some other?