Example Usage
# Get the source git clone https://github.com/Vector35/binaryninja-api.git cd binaryninja-api git submodule update --init --recursive # Configure an out-of-source build setup cmake -S . -B build # (additional arguments go here if needed) # Compile cmake --build build -j8