I’m currently trying to port my solution files to CMake for editor compatibility. All of my files and settings from the solution are set up, however I have not managed to find a way to link in external libraries (ImGui and Minhook) from VCPKG into my CMakeLists.txt file.
I’ve tried the steps described in the Microsoft documentation, however I was not able to get vcpkg working under manifest mode. Are there any example projects or additional documentation I can use?