Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 987 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 987 Bytes

Container Examples

This folder contains AppKit container 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 ./Containers.xcodeproj