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?
请先登录再写评论。
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.