From 4813dbb5ee2c966e40e664b2a17fc7cf49e59656 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Mon, 2 Jan 2023 18:35:12 +0200 Subject: [PATCH] update flash.toml --- flash.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flash.toml b/flash.toml index f1d33257..802f1a85 100644 --- a/flash.toml +++ b/flash.toml @@ -27,11 +27,13 @@ exclude = [ [[sources]] name = "Bindings" -strip-include-prefix = "build/codegenned" -dir = "build/codegenned/Geode/binding" +dir = "build-docs/codegenned/Geode/binding" +strip-include-prefix = "build-docs/codegenned" include = [ "*.hpp" ] +# Bindings are generated at compile time +exists-online = false # CMake options