MSVC .dll build FAILED without indication as to why (fails only for vcpkg port)
I have a C++ library that builds successfully using Visual Studio 2022 (MSVC 17.6) in both Release and Debug configurations. It also builds successfully without any warnings using WSL (Ubuntu 20.04.6 / g++ 10.5.0).
C++ VCPKG Install external library
I’m stuck with installing tinyxml2 to using vcpkg and link it using CMake
The following steps were taken
I needed to know how to convert a Makefile to CMakelists.txt in my project with integration on vcpkg
When I started developing my project I started using Makefile as a simple solution because the project was small, but now I need to port it to CMake to use vcpkg instead of git submodules