- CMake v3.27+
- vcpkg v2023.08.09+
- Create a new Windows environment variable called
VCPKG_ROOT
which points to your vcpkg install directory
- Create a new Windows environment variable called
- Visual Studio 2022 with C++ workload
- LLVM v17.0.0+ (not really a dependency but nice to have)
- Visual Studio should prompt you to generate a CMake cache. Click on
Generate
and wait - Once the CMake cache is generated, build your project
- The
.dll
and.pdb
files will be placed incontrib\PluginRelease
orcontrib\PluginDebug
depending on your build configuration
- Two build configs are provided:
Release
: Optimized release build, produces small and fast DLLs with associated PDBsDebug
: Debug build, produces DLLs and PDBs with full debug info, allowing the use of an interactive debugger