find_module = files(
    'FindGStreamer.cmake',
)

install_data(
    find_module,
    install_dir: get_option('datadir') / 'cmake'
)