summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/smile.svg
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-07-23 04:39:44 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-08-17 00:24:15 +0300
commit746feade701f5681fafd75e2b4035979080f0ba9 (patch)
tree5f517504968ed5cc32984da614da24ea9c4f0d04 /Diffstat (limited to 'src/qcam/assets/feathericons/smile.svg')
0 files changed, 0 insertions, 0 deletions
c++', required: false).found() cpp_arguments += [ '-stdlib=libc++', ] endif add_project_arguments(c_arguments, language : 'c') add_project_arguments(cpp_arguments, language : 'cpp') add_project_link_arguments(cpp_arguments, language : 'cpp') libcamera_includes = 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')