-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathflash.toml
More file actions
39 lines (34 loc) · 755 Bytes
/
flash.toml
File metadata and controls
39 lines (34 loc) · 755 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[project]
name = "More Icons"
version = ""
repository = "https://github.com/hiimjasmine00/MoreIcons"
tree = "https://github.com/hiimjasmine00/MoreIcons/blob/master"
icon = "logo.png"
[tutorials]
dir = "docs"
[[sources]]
name = "More Icons"
dir = "include"
include = [
"*.hpp"
]
[include]
patterns-full = [
"^IconInfo",
"^more_icons"
]
[ignore]
patterns-full = [
"^more_icons::internal"
]
[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/MoreIconsAPI.cpp"