forked from Resonance-Group/Omni-FEM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eclipseBuildSettings.xml
87 lines (79 loc) · 2.22 KB
/
eclipseBuildSettings.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
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
<?xml version="1.0" encoding="UTF-8"?>
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language name="C++ Source File">
<includepath>/home/phillip/GitHub/Omni-FEM/Include</includepath>
<includepath workspace_path="true">/${ProjName}/Include</includepath>
<includepath>/usr/local/lib/wx/include/gtk2-unicode-3.1</includepath>
<includepath>/usr/local/include/wx-3.1</includepath>
<includepath>/home/phillip/dealii900/include</includepath>
<includepath>/usr/include/GL</includepath>
<includepath>/usr/include/freetype2</includepath>
<includepath>/usr/include/boost</includepath>
<includepath>/home/phillip/dealii900/include/deal.II/bundled</includepath>
</language>
<language name="C Source File">
<includepath>/home/phillip/GitHub/Omni-FEM/Include</includepath>
<includepath>/usr/local/include/wx-3.1</includepath>
<includepath>/usr/include/freetype2</includepath>
<includepath>/usr/include/boost</includepath>
<includepath>/${ProjName}/Include</includepath>
<includepath>/usr/include/GL</includepath>
<includepath>/home/phillip/dealii900/include</includepath>
<includepath>/home/phillip/dealii900/include/deal.II/bundled</includepath>
</language>
<language name="Object File">
</language>
<language name="Assembly Source File">
</language>
</section>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
<language name="C++ Source File">
<macro>
<name>__WXGTK__</name><value/>
</macro>
<macro>
<name>CC_PROTOTYPE_ANSI</name><value/>
</macro>
<macro>
<name>HAVE_MESH</name><value/>
</macro>
<macro>
<name>HAVE_BLOSSOM</name><value/>
</macro>
<macro>
<name>HAVE_BFGS</name><value/>
</macro>
<macro>
<name>HAVE_LAPACK</name><value/>
</macro>
<macro>
<name>WXUSINGDLL</name><value/>
</macro>
<macro>
<name>_FILE_OFFSET_BITS</name><value>64</value>
</macro>
</language>
<language name="C Source File">
<macro>
<name>CC_PROTOTYPE_ANSI</name><value/>
</macro>
<macro>
<name>HAVE_MESH</name><value/>
</macro>
<macro>
<name>HAVE_BLOSSOM</name><value/>
</macro>
<macro>
<name>HAVE_BFGS</name><value/>
</macro>
<macro>
<name>HAVE_LAPACK</name><value/>
</macro>
</language>
<language name="Object File">
</language>
<language name="Assembly Source File">
</language>
</section>
</cdtprojectproperties>