Build Configuration
Intro
RealSense SDK is using CMake eco-system to offer useful customization to customers who wish to build the SDK from source.
For example, to generate makefile with
BUILD_EXAMPLES
flag turned-on, use the following command line:
cmake .. -DBUILD_EXAMPLES=true
Alternatively, usecmake-gui
utility to configure and generate your build files.
Build Customization Flags
Updated 21 days ago