-
Notifications
You must be signed in to change notification settings - Fork 12
/
library.json
executable file
·47 lines (47 loc) · 1.13 KB
/
library.json
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
40
41
42
43
44
45
46
47
{
"name": "MarlinSimulator",
"keywords": "MarlinSimulator",
"description": "Marlin Simulator UI",
"repository":
{
"type": "git",
"url": "https://github.com/p3p/MarlinSimulator.git"
},
"version": "0.1.0",
"authors":
[
{
"url": null,
"maintainer": true,
"email": "[email protected]",
"name": "Chris Pepper"
}
],
"build": {
"libLDFMode": "deep",
"srcDir": "",
"includeDir": "",
"srcFilter": [
"+<src/**/*.cpp>",
"+<vendor/imgui-1.90.6-docking/*.cpp>",
"+<vendor/imgui-1.90.6-docking/backends/*.cpp>",
"+<vendor/implot-f156599/*.cpp>",
"+<vendor/ImGuiFileDialog-0.6.7/*.cpp>",
"+<vendor/vcd-writer-b4fe347/src/*.cpp>",
"+<vendor/glad/glad.c>"
],
"flags": [
"-Isrc",
"-Iinclude",
"-Ivendor/imgui-1.90.6-docking",
"-Ivendor/imgui-1.90.6-docking/backends",
"-Ivendor/implot-f156599",
"-Ivendor/ImGuiFileDialog-0.6.7",
"-Ivendor/vcd-writer-b4fe347/include",
"-Ivendor/glad/include",
"-DIMGUI_IMPL_OPENGL_LOADER_GLAD"
]
},
"frameworks": "*",
"platforms": "native"
}