freeswitch/libs/srtp/include/srtp2/meson.build

9 lines
275 B
Meson
Raw Permalink Normal View History

2021-08-28 11:19:05 +00:00
# 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
public_incs = include_directories('.')