diff options
Diffstat (limited to 'src/libcamera/pipeline/raspberrypi/meson.build')
-rw-r--r-- | src/libcamera/pipeline/raspberrypi/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcamera/pipeline/raspberrypi/meson.build b/src/libcamera/pipeline/raspberrypi/meson.build new file mode 100644 index 00000000..73785797 --- /dev/null +++ b/src/libcamera/pipeline/raspberrypi/meson.build @@ -0,0 +1,3 @@ +libcamera_sources += files([ + 'raspberrypi.cpp' +]) |