diff --git a/.cproject b/.cproject new file mode 100644 index 0000000..f6ed9b7 --- /dev/null +++ b/.cproject @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + make + all + true + false + true + + + make + clean + true + false + true + + + make + + test + true + false + true + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index ad0cf32..b33fc65 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,6 @@ !**/ *.o -.cproject -.project .settings/language.settings.xml *.a test/testit_libp2p diff --git a/.project b/.project new file mode 100644 index 0000000..2daba53 --- /dev/null +++ b/.project @@ -0,0 +1,27 @@ + + + c-libp2p + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + +