eclipse project file updates

-properly index ECL and generated uORB
This commit is contained in:
Daniel Agar
2016-10-11 21:18:14 -04:00
parent 69551141b7
commit e9bce5dd71
2 changed files with 65 additions and 28 deletions

View File

@@ -25,6 +25,11 @@
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
<linkedResources>
<link>
<name>topics_sources</name>
<type>2</type>
<locationURI>uORB_SRC</locationURI>
</link>
<link>
<name>uORB</name>
<type>2</type>
@@ -54,7 +59,11 @@
<variableList>
<variable>
<name>uORB_LOC</name>
<value>$%7BPROJECT_LOC%7D/build_posix_sitl_default/src/modules/uORB/topics</value>
<value>$%7BPROJECT_LOC%7D/build_posix_sitl_default/src/modules/uORB</value>
</variable>
<variable>
<name>uORB_SRC</name>
<value>$%7BPROJECT_LOC%7D/build_posix_sitl_default/topics_sources</value>
</variable>
</variableList>
</projectDescription>