Add blog link to README for background

This commit is contained in:
Darryl Pogue 2024-06-07 23:27:09 -07:00
parent c921784a08
commit 3870cb1d50
No known key found for this signature in database
GPG key ID: CB824715C3E6FD41

View file

@ -5,6 +5,8 @@ This project aims to allow compiling, linking, and embedding Apple Metal shader
The **MetalShaderSupport** module provides helper functions to create Metal shader library targets and embed shaders within application bundles.
For background on this project, see my blog post [*Teaching CMake to Compile Apple Metal Shaders*](https://dpogue.ca/articles/cmake-metal.html).
Project Setup
-------------