(Mac and Linux are not supported, Linux support is planned)
vcpkg install nlohmann-json magic-enum sqlitecpp gtest zydis asmjit thrift minhook imgui --triplet x64-windows
Change YOUR_VCPKG_DIR
to the path of your vcpkg folder.
mkdir build
cd build
cmake .. "-DCMAKE_TOOLCHAIN_FILE=YOUR_VCPKG_DIR\scripts\buildsystems\vcpkg.cmake"
cmake --build .