mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -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]]
|
[[sources]]
|
||||||
name = "Bindings"
|
name = "Bindings"
|
||||||
strip-include-prefix = "build/codegenned"
|
dir = "build-docs/codegenned/Geode/binding"
|
||||||
dir = "build/codegenned/Geode/binding"
|
strip-include-prefix = "build-docs/codegenned"
|
||||||
include = [
|
include = [
|
||||||
"*.hpp"
|
"*.hpp"
|
||||||
]
|
]
|
||||||
|
# Bindings are generated at compile time
|
||||||
|
exists-online = false
|
||||||
|
|
||||||
# CMake options
|
# CMake options
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue