project-setup-c
Installation
SKILL.md
Project Setup (C)
Overview
ovstream provides a C API with a CMake config for easy integration. The recommended approach uses CMake FetchContent (wrapped in ovstream_fetch()) to download the matching ovstream binary archive from GitHub Releases at configure time.
Project Structure
my-streaming-app/
CMakeLists.txt
cmake/
ovstream.cmake # Copy from examples/c/cmake/ovstream.cmake
main.cu # or main.cpp if you don't need CUDA kernels