From: Jacob Lifshay Date: Mon, 5 Jun 2017 01:19:53 +0000 (-0700) Subject: recreate and move eclipse project files X-Git-Tag: gsoc-2017~111 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c27cf224313fb3ab33ce00b4bbd5e7496775a6cc;p=kazan.git recreate and move eclipse project files --- diff --git a/.cproject b/.cproject new file mode 100644 index 0000000..4837334 --- /dev/null +++ b/.cproject @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index 9130b65..35e14f9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,6 @@ cmake_install.cmake CMakeCache.txt Makefile -/build/.settings/ +/.settings/ /test-files/test.spv /build/compile_commands.json diff --git a/.project b/.project new file mode 100644 index 0000000..fb32966 --- /dev/null +++ b/.project @@ -0,0 +1,27 @@ + + + vulkan-cpu + + + + + + 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 + + diff --git a/build/.cproject b/build/.cproject deleted file mode 100644 index ae99ecc..0000000 --- a/build/.cproject +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/.project b/build/.project deleted file mode 100644 index d44d09a..0000000 --- a/build/.project +++ /dev/null @@ -1,54 +0,0 @@ - - - build - - - - - - 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 - - - - .clang-format - 1 - WORKSPACE_LOC/.clang-format - - - .gitignore - 1 - WORKSPACE_LOC/.gitignore - - - CMakeLists.txt - 1 - WORKSPACE_LOC/CMakeLists.txt - - - source - 2 - WORKSPACE_LOC/src - - - test-files - 2 - WORKSPACE_LOC/test-files - - -