Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/w-mai/metal-cmake-example


https://github.com/w-mai/metal-cmake-example

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# metal-cmake-example

## What is it?

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

## Build

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

## Run

```bash
./metal-cmake-example
```