-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflash.toml
More file actions
25 lines (23 loc) · 637 Bytes
/
flash.toml
File metadata and controls
25 lines (23 loc) · 637 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[project]
name = "Horrible Menu"
version = ""
repository = "https://github.com/CubicCommunity/HorribleMenu"
tree = "https://github.com/CubicCommunity/HorribleMenu/tree/main"
icon = "logo.png"
[[sources]]
name = "Horrible"
dir = "include"
include = ["horrible/*.h*"]
exclude = ["horrible/DLL.hpp"]
[cmake]
config-args = [
"-G",
"Ninja",
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_CXX_COMPILER=clang++",
"-DCMAKE_C_COMPILER=clang",
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON",
"-DGEODE_CODEGEN_CMAKE_ARGS=-DCMAKE_CXX_COMPILER=clang++;-DCMAKE_C_COMPILER=clang",
]
build-dir = "build-docs"
infer-args-from = "src/API.cpp"