Skip to content

christianrauch/libcamera_cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

libcamera CMake wrapper

This implements a thin CMake wrapper around the libcamera meson project. It only builds the main library without examples, tests or documentation.

cmake -B build -GNinja
cmake --build build

The number of parallel processes can be limited by setting NJOBS:

cmake -B build -GNinja -DNJOBS=2
cmake --build build

When using this as part of a colcon workspace, NJOBS can be set via --cmake-args:

colcon build --cmake-args="-DNJOBS=2"

About

CMake wrapper for libcamera

Topics

Resources

Stars

Watchers

Forks

Languages