Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 464 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 464 Bytes

Component Examples

This folder contains AppKit component examples.

Generate and build

To build this project, open "Terminal", go to your project folder and type following lines:

mkdir build
cd build
cmake .. -G "Xcode"
open ./Components.xcodeproj