From eceee8c3d930563e26841d556f9acb965eab67c8 Mon Sep 17 00:00:00 2001 From: Alexandre Bouvier Date: Sat, 31 Dec 2022 14:23:38 +0100 Subject: cmake: move find-modules to root cmake dir --- externals/find-modules/FindOpus.cmake | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 externals/find-modules/FindOpus.cmake (limited to 'externals/find-modules/FindOpus.cmake') diff --git a/externals/find-modules/FindOpus.cmake b/externals/find-modules/FindOpus.cmake deleted file mode 100644 index 25a44fd87..000000000 --- a/externals/find-modules/FindOpus.cmake +++ /dev/null @@ -1,15 +0,0 @@ -# SPDX-FileCopyrightText: 2022 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -find_package(PkgConfig QUIET) -pkg_search_module(OPUS QUIET IMPORTED_TARGET opus) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(Opus - REQUIRED_VARS OPUS_LINK_LIBRARIES - VERSION_VAR OPUS_VERSION -) - -if (Opus_FOUND AND NOT TARGET Opus::opus) - add_library(Opus::opus ALIAS PkgConfig::OPUS) -endif() -- cgit v1.2.3