Replies: 1 comment
-
@johhnry Unfortunately, I'm not overly familiar with Conan. However, there seems to be documentation that may have better guidance: https://docs.conan.io/2/integrations/cmake.html. Let me know if that helps at all, and if anyone else has insight please feel free to provide info here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using Conan version 2.0 and in VSCode I want to be able to include the libraries I installed with the
conanfile.txt
.For version 1.x, there was a simple way as described here:
Now in Conan 2 it's a different folder structure so my guess is that the header files are located in
C:\Users\<user>\.conan2\p
but it contains hash names and maybe unwanted files to include. It works but it's very slow and contains a lot of files...Do someone know a better way to integrate Conan 2 in VSCode with CMake?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions