From e4556865900df336fabfa45ecdd4fb2ac1d9f838 Mon Sep 17 00:00:00 2001 From: emiyl Date: Mon, 20 Apr 2026 21:58:55 +0100 Subject: [PATCH] add flag to build.md --- BUILD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.md b/BUILD.md index 1e7b7336..158a41f9 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 |