Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 270 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 270 Bytes

Building from the command line

With Xcode (succeeds):

cmake -B build -G Xcode
xcodebuild -project build/ObjcSwiftNinja.xcodeproj -target ObjcSwiftNinja-app

With Ninja (fails):

cmake -B build -G Ninja
ninja -C build ObjcSwiftNinja-app