So, i installed websocketpp and boost via vcpkg (I'm on Win 11 with VS2017) and the CMake does find Boost but with WebsocketPP the following error comes. I found a fix for linux where libwebsocketpp-dev needed to be installed but i cant find anything similar for windows
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631.
CMake Error at CMakeLists.txt:16 (find_package):
By not providing "Findwebsocketpp.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"websocketpp", but CMake did not find one.
Could not find a package configuration file provided by "websocketpp" with
any of the following names:
websocketppConfig.cmake
websocketpp-config.cmake
Add the installation prefix of "websocketpp" to CMAKE_PREFIX_PATH or set
"websocketpp_DIR" to a directory containing one of the above files. If
"websocketpp" provides a separate development package or SDK, be sure it
has been installed.
-- Configuring incomplete, errors occurred!
Also this is my CMakeLists (yes all files in onedrive are downloaded)
So, i installed websocketpp and boost via vcpkg (I'm on Win 11 with VS2017) and the CMake does find Boost but with WebsocketPP the following error comes. I found a fix for linux where libwebsocketpp-dev needed to be installed but i cant find anything similar for windows
Also this is my CMakeLists (yes all files in onedrive are downloaded)