From 4356e1b371868d7233ab1b2bd830c95d79729bb1 Mon Sep 17 00:00:00 2001 From: John Jones Date: Thu, 17 Nov 2016 16:34:35 -0500 Subject: [PATCH] added Eclipse project files --- .cproject | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ .gitignore | 2 -- .project | 27 +++++++++++++++++ 3 files changed, 116 insertions(+), 2 deletions(-) create mode 100644 .cproject create mode 100644 .project 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 + +