Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 569 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 569 Bytes

Menus and toolbars Examples

This folder contains AppKit menus and toolbars 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 ./MenusAndToolbars.xcodeproj