From 431d7a0ed866b78446bc4541b2e154c3c8272446 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 15 Feb 2025 22:31:54 -0500 Subject: takin a picture --- meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meson.build (limited to 'meson.build') diff --git a/meson.build b/meson.build new file mode 100644 index 0000000..d102f3d --- /dev/null +++ b/meson.build @@ -0,0 +1,9 @@ +project('camlet', + 'c', + default_options: [ + 'warning_level=4', + ] +) + +libv4l2 = dependency('libv4l2') +executable('camlet', 'main.c', dependencies: [libv4l2], c_args: ['-Wno-unused-function']) -- cgit v1.2.3