https://github.com/volca02/spirv-tools-meson
Experimental support for meson wrap for spirv-tools
https://github.com/volca02/spirv-tools-meson
Last synced: 5 days ago
JSON representation
Experimental support for meson wrap for spirv-tools
- Host: GitHub
- URL: https://github.com/volca02/spirv-tools-meson
- Owner: volca02
- Created: 2018-02-15T19:34:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T20:57:16.000Z (over 8 years ago)
- Last Synced: 2025-02-25T03:15:01.029Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spirv-tools-meson
Experimental (read: quick and dirty) support for meson wrap for spirv-tools.
This is a bundle of the needed files to include spirv-tools (built using 64bit mingw) to a meson project.
It uses a shell script to call cmake from meson.build file, so there might be some rough edges. Rewriting the cmake files of spirv-tools to meson would be a non-trivial task, so this is a compromise.
## usage
Create a subproject directory in the target project, copy the spirv-tools.wrap file there. Use the files in the project - they are installed into builddir/install (libSPIRV-Tools-opt.a...).