diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -42,10 +42,7 @@ tracker](https://github.com/KhronosGroup/SPIRV-Headers/issues). mkdir build cd build cmake .. -# Linux -cmake --build . --target install-headers -# Windows -cmake --build . --config Debug --target install-headers +cmake --build . --target install ``` Then, for example, you will have `/usr/local/include/spirv/1.0/spirv.h` |