SPIRV-Tools comes with CMake build files. Integrating it into our custom Visual Studio solution requires making the project files that it generates path independent so that they can be checked into the repository. This is achieved by the build/cmake.sh shell script that is intended to be run from the Git Bash shell. It needs to be re-run when any CMakeLists.txt file changes. .gitignore was modified to allow for build files under the build/ directory to be checked in. CMakeFiles/ and CMakeCache.txt are ignored because they contain absolute paths and aren't necessary for building. Bug b/123642959 Change-Id: I0706e3302d16144ecb9c0802cec897aa66affe6f Reviewed-on: https://swiftshader-review.googlesource.com/c/24349Tested-by:Nicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by:
Chris Forbes <chrisforbes@google.com>
| Name |
Last commit
|
Last update |
|---|---|---|
| .vscode | Loading commit data... | |
| build | Loading commit data... | |
| docs | Loading commit data... | |
| extensions | Loading commit data... | |
| include | Loading commit data... | |
| kokoro/gcp_ubuntu | Loading commit data... | |
| src | Loading commit data... | |
| tests | Loading commit data... | |
| third_party | Loading commit data... | |
| .dir-locals.el | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .gitmodules | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| AUTHORS.txt | Loading commit data... | |
| Android.bp | Loading commit data... | |
| Android.mk | Loading commit data... | |
| BUILD.gn | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| CONTRIBUTING.txt | Loading commit data... | |
| CONTRIBUTORS.txt | Loading commit data... | |
| LICENSE.txt | Loading commit data... | |
| OWNERS | Loading commit data... | |
| README.md | Loading commit data... | |
| SwiftShader.sln | Loading commit data... |