mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 15:37:53 -05:00
update flash.toml
This commit is contained in:
parent
1f789ae53b
commit
4813dbb5ee
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue