Install vcpkg CLion. MAC OS.

Problem with VCPKG installation. I clone from GITHUB vcpkg  and install it.  After that, I install uwebsockets  like  ./vcpkg install command and ./vcpkg integrate install. When I try to use include <uwebsockets/App.h> - CLion can't find it and build project. What I'm doing wrong?

 

0
1 comment

Hello!

Is it a CMake project? Have you added include directories and linked necessary libraries?

Also please see https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003891219/comments/360000525599.

0

Please sign in to leave a comment.