metal-cmake-example

What is it?

A simple example of how to build a Metal-based project using CMake with CPP.

Build

mkdir build && cd build
cmake -GNinja ..
ninja

Run

./metal-cmake-example