# SPDX-License-Identifier: CC0-1.0
ipa_name = 'ipa_vimc'
mod = shared_module(ipa_name,
['vimc.cpp', libcamera_generated_ipa_headers],
name_prefix : '',
include_directories : [ipa_includes],
dependencies : [libcamera_private, libipa_dep],
install : true,
install_dir : ipa_install_dir)
if ipa_sign_module
custom_target(ipa_name + '.so.sign',
input : mod,
output : ipa_name + '.so.sign',
command : [ipa_sign, ipa_priv_key, '@INPUT@', '@OUTPUT@'],
install : false,
build_by_default : true)
endif
subdir('data')
ipa_names += ipa_name
t type='hidden' name='id' value='6efbe35de587b1a2c4d07d57a7fdd1a953439b94'/>
libcamera official repository | git repository hosting on libcamera.org |
blob: 9f40fd8bd63be6931fbbd9ed05ec955ea39a4a1a (
plain)