Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 2.56 KB

README.md

File metadata and controls

31 lines (25 loc) · 2.56 KB

Control Examples

This folder contains AppKit control 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 ./Controls.xcodeproj