forked from ClydeProjects/EagleTree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.xml
58 lines (51 loc) · 2.16 KB
/
settings.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language name="holder for library settings">
</language>
<language name="Assembly">
<includepath>/usr/include</includepath>
<includepath>/usr/include/boost/serialization</includepath>
<includepath>/usr/include/c++/4.7</includepath>
<includepath>/usr/include/c++/4.7/backward</includepath>
<includepath>/usr/include/x86_64-linux-gnu</includepath>
<includepath>/usr/include/x86_64-linux-gnu/c++/4.7</includepath>
<includepath>/usr/lib/gcc/x86_64-linux-gnu/4.7/include</includepath>
<includepath>/usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed</includepath>
<includepath>/usr/local/include</includepath>
<includepath>/usr/include/unistd</includepath>
</language>
<language name="GNU C++">
<includepath>/usr/include</includepath>
<includepath>/usr/include/boost/serialization</includepath>
<includepath>/usr/include/c++/4.7</includepath>
<includepath>/usr/include/c++/4.7/backward</includepath>
<includepath>/usr/include/x86_64-linux-gnu</includepath>
<includepath>/usr/include/x86_64-linux-gnu/c++/4.7</includepath>
<includepath>/usr/lib/gcc/x86_64-linux-gnu/4.7/include</includepath>
<includepath>/usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed</includepath>
<includepath>/usr/local/include</includepath>
</language>
<language name="GNU C">
<includepath>/usr/include</includepath>
<includepath>/usr/include/boost/serialization</includepath>
<includepath>/usr/include/c++/4.7</includepath>
<includepath>/usr/include/c++/4.7/backward</includepath>
<includepath>/usr/include/x86_64-linux-gnu</includepath>
<includepath>/usr/include/x86_64-linux-gnu/c++/4.7</includepath>
<includepath>/usr/lib/gcc/x86_64-linux-gnu/4.7/include</includepath>
<includepath>/usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed</includepath>
<includepath>/usr/local/include</includepath>
</language>
</section>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
<language name="holder for library settings">
</language>
<language name="Assembly">
</language>
<language name="GNU C++">
</language>
<language name="GNU C">
</language>
</section>
</cdtprojectproperties>