Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ccap Examples

Desktop Examples

Build desktop examples using CMake:

cd ccap
mkdir build && cd build
cmake .. -DCCAP_BUILD_EXAMPLES=ON
cmake --build .

iOS Example

Build iOS example using CocoaPods:

cd ccap/examples
pod install
open *.xcworkspace

Build and run using Xcode.