add flag to build.md

This commit is contained in:
emiyl 2026-04-20 21:58:55 +01:00
parent ee0d79ef64
commit e455686590

View File

@ -246,6 +246,7 @@ Example usage: `cmake -S . -B build -DCMAKE_BUILD_TYPE=release -DENABLE_SDL=ON -
| ENABLE_VCPKG | | Use VCPKG package manager to obtain dependencies | ON | |
| ENABLE_VULKAN | | Enable the Vulkan graphics backend | ON | |
| ENABLE_WXWIDGETS | | Enable wxWidgets UI | ON | Currently required |
| ENABLE_LIBUSB | | Enable libusb | ON | |
### Windows
| Flag | Description | Default | Note |