-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsbre.cbp
91 lines (91 loc) · 2.45 KB
/
sbre.cbp
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="sbre" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/sbre" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add directory="../include" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/sbre" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wredundant-decls" />
<Add option="-Wfloat-equal" />
<Add option="-Wmissing-include-dirs" />
<Add option="-Wswitch-default" />
<Add option="-pedantic" />
<Add option="-std=c++11" />
<Add option="-Wall" />
<Add directory="include" />
<Add directory="src" />
</Compiler>
<Linker>
<Add library="GLEW" />
<Add library="glfw3" />
<Add library="GL" />
<Add library="X11" />
<Add library="Xxf86vm" />
<Add library="pthread" />
<Add library="Xrandr" />
<Add library="Xi" />
<Add directory="include" />
<Add directory="src" />
</Linker>
<Unit filename="command.cpp" />
<Unit filename="command.hpp" />
<Unit filename="console.cpp" />
<Unit filename="console.h" />
<Unit filename="include/hints.hpp" />
<Unit filename="lexer.cpp" />
<Unit filename="lexer.hpp" />
<Unit filename="monitor.cpp" />
<Unit filename="monitor.hpp" />
<Unit filename="parser.cpp" />
<Unit filename="parser.hpp" />
<Unit filename="settings.cpp" />
<Unit filename="settings.hpp" />
<Unit filename="src/hints.cpp" />
<Unit filename="testWindow.cpp" />
<Unit filename="variable.cpp" />
<Unit filename="variable.hpp" />
<Unit filename="window.cpp" />
<Unit filename="window.hpp">
<Option target="<{~None~}>" />
</Unit>
<Extensions>
<DoxyBlocks>
<comment_style block="0" line="0" />
<doxyfile_project />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output />
<doxyfile_dot />
<general />
</DoxyBlocks>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>