Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w-mai/metal-cmake-example
https://github.com/w-mai/metal-cmake-example
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/w-mai/metal-cmake-example
- Owner: W-Mai
- Created: 2024-01-11T07:18:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-11T09:47:47.000Z (12 months ago)
- Last Synced: 2024-01-12T20:13:42.624Z (12 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```