Warning, /multimedia/haruna/cmake/FindYouTubeDl.cmake is written in an unsupported language. File is not indexed.

0001 #
0002 # SPDX-FileCopyrightText: 2021 George Florea Bănuș <georgefb899@gmail.com>
0003 #
0004 # SPDX-License-Identifier: GPL-3.0-or-later
0005 #
0006 
0007 find_program(YouTubeDl_EXE youtube-dl)
0008 
0009 include(FindPackageHandleStandardArgs)
0010 find_package_handle_standard_args(YouTubeDl
0011     FOUND_VAR
0012         YouTubeDl_FOUND
0013     REQUIRED_VARS
0014         YouTubeDl_EXE
0015 )