To Complile Sample Code
- Create a directory build inside directory SampleCode
- Goto the build directory
- run the following command:
For Debug build:
cmake -DCMAKE_BUILD_TYPE="Debug" ..
For Release build:
cmake -DCMAKE_BUILD_TYPE="Release" .. - run make command (make)
- .so will be generated inside the SampleCode/bin directory