Fixed git module setup
This commit is contained in:
parent
7032b187f0
commit
9c4b9dff95
|
@ -1,4 +1,4 @@
|
|||
[submodule "sc-components"]
|
||||
path = sc-components
|
||||
url = https://github.com/Minres/SystemC-Components.git
|
||||
url = https://git.minres.com/SystemC/SystemC-Components.git
|
||||
branch = develop
|
||||
|
|
18
.project
18
.project
|
@ -24,22 +24,4 @@
|
|||
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
|
||||
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>sysc_src</name>
|
||||
<type>2</type>
|
||||
<location>/home/eyck/.conan/data/SystemC/2.3.2/minres/stable/source/systemc-2.3.2/src</location>
|
||||
</link>
|
||||
</linkedResources>
|
||||
<filteredResources>
|
||||
<filter>
|
||||
<id>1530629211275</id>
|
||||
<name>sysc_src</name>
|
||||
<type>22</type>
|
||||
<matcher>
|
||||
<id>org.eclipse.ui.ide.multiFilter</id>
|
||||
<arguments>1.0-name-matches-false-false-*.h</arguments>
|
||||
</matcher>
|
||||
</filter>
|
||||
</filteredResources>
|
||||
</projectDescription>
|
||||
|
|
Loading…
Reference in New Issue