Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 698 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 698 Bytes

Application Examples

This folder contains AppKit application 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 ./Applications.xcodeproj