Repo for the lexy-vdf, a VDF parser implemented using lexy
See main.cpp
- Pick a configure preset from
CMakePresets.json(windows-x64-md,windows-x64-mt,linux-x64,macos-universal). - Run
cmake --preset <preset>in the project root (dependencies are fetched automatically; no submodules needed). - Run
cmake --build --preset <preset>-debug(or<preset>-release). The static library and the headless executable land inout/build/<preset>/bin/<Config>/.
The headless executable is built by default in standalone builds; disable with -DLEXY_VDF_BUILD_HEADLESS=OFF.
Use CMake: add_subdirectory(lexy-vdf) and link against openvic::lexy-vdf.