-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.xml
34 lines (26 loc) · 832 Bytes
/
config.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
<?xml version="1.0" encoding="UTF-8"?>
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language name="Object File">
</language>
<language name="Assembly Source File">
</language>
<language name="C++ Source File">
<includepath>/usr/local/Cellar/protobuf/3.2.0/include</includepath>
<includepath>/usr/local/Cellar/zeromq/4.2.2</includepath>
<includepath>/usr/local/Cellar/zeromq/4.2.2/include</includepath>
</language>
<language name="C Source File">
</language>
</section>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
<language name="Object File">
</language>
<language name="Assembly Source File">
</language>
<language name="C++ Source File">
</language>
<language name="C Source File">
</language>
</section>
</cdtprojectproperties>