MillhioreBT / forgottenserver-downgrade

TFS Downgrade 1.5+ is an engine based on nekiro downgrade but highly updated with current tfs code, it also has the lua modules divided and uses lua5.4
GNU General Public License v2.0
19 stars 18 forks source link

fix Visual Studio and CMake builds #34

Open gesior opened 1 day ago

gesior commented 1 day ago

Visual Studio project and vcpkg.json changes to make it compile in VS and CMake on Windows with vcpkg.

After these changes you don't have to run ./vcpkg install xxx before compilation. Just install newest vcpkg and integrate it with OS. VS will install all required C++ libraries in vcpkg_installed subfolder of OTS when you start compilation.