Files
esp_srtp_gcm/libsrtp/include/srtp3/meson.build

8 lines
236 B
Meson

# Copy public headers scattered across the source tree into a single directory
# so that we can use it in declare_dependency()
foreach h : public_headers
configure_file(input: h,
output: '@BASENAME@.h',
copy: true)
endforeach