Commit 93e0705e authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

moved project file - Eclipse likes to modify them

parent 628f7373
# tensorflow-feed-from-gpu # tensorflow-feed-from-gpu
Simple TF test
## Setup in Eclipse ## Setup in Eclipse
**Eclipse 2019-12**: After getting the project:
```
~$ ./setup_eclipse.sh
```
From **Eclipse (2019-12)**:
* File > Open Projects from File System... * File > Open Projects from File System...
* Directory... > navigate to project's root * Directory... > navigate to project's root
* The project will build but the indexer will not work because Eclipse does not like anything cmake related.
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
</cconfiguration> </cconfiguration>
</storageModule> </storageModule>
<storageModule moduleId="org.eclipse.cdt.core.pathentry"> <storageModule moduleId="org.eclipse.cdt.core.pathentry">
<pathentry kind="src" path=""/>
<pathentry excluding="**/CMakeFiles/**" kind="out" path="build"/> <pathentry excluding="**/CMakeFiles/**" kind="out" path="build"/>
</storageModule> </storageModule>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/> <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
......
#!/bin/sh
cp -v eclipse_project_setup/.cproject .
cp -v eclipse_project_setup/.project .
echo "OK"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment