summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/meson.build')
0 files changed, 0 insertions, 0 deletions
ncludes = include_directories('include') subdir('include') subdir('src') subdir('utils') # The documentation and test components are optional and can be disabled # through configuration values. They are enabled by default. if get_option('documentation') subdir('Documentation') endif if get_option('tests') subdir('test') endif configure_file(output: 'config.h', configuration: config_h) pkg_mod = import('pkgconfig') pkg_mod.generate(libraries : libcamera, version : '1.0', name : 'libcamera', filebase : 'camera', description : 'Complex Camera Support Library')