From c27cf224313fb3ab33ce00b4bbd5e7496775a6cc Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 4 Jun 2017 18:19:53 -0700 Subject: [PATCH] recreate and move eclipse project files --- .cproject | 81 ++++++++++++++++++++++++++++++++++++++ .gitignore | 2 +- build/.project => .project | 29 +------------- build/.cproject | 72 --------------------------------- 4 files changed, 83 insertions(+), 101 deletions(-) create mode 100644 .cproject rename build/.project => .project (54%) delete mode 100644 build/.cproject 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/build/.project b/.project similarity index 54% rename from build/.project rename to .project index d44d09a..fb32966 100644 --- a/build/.project +++ b/.project @@ -1,6 +1,6 @@ - build + vulkan-cpu @@ -24,31 +24,4 @@ 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 - - diff --git a/build/.cproject b/build/.cproject deleted file mode 100644 index ae99ecc..0000000 --- a/build/.cproject +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.30.2