cleanup cmake
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
583b3f95fd
commit
8adffb4dca
|
|
@ -473,9 +473,6 @@ if (YUZU_USE_CPM)
|
|||
-Wno-implicit-function-declaration
|
||||
)
|
||||
endif()
|
||||
if (NOT TARGET Opus::opus)
|
||||
add_library(Opus::opus ALIAS opus)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Opus
|
||||
|
|
|
|||
|
|
@ -1,13 +1,6 @@
|
|||
# SPDX-FileCopyrightText: Copyright 2026 crueter
|
||||
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
|
||||
# Created-By: crueter
|
||||
# Docs will come at a later date, mostly this is to just reduce boilerplate
|
||||
# and some cmake magic to allow for runtime viewing of dependency versions
|
||||
|
||||
# Future crueter: Wow this was a lie and a half, at this point I might as well make my own CPN
|
||||
# haha just kidding... unless?
|
||||
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
|
||||
if (MSVC OR ANDROID)
|
||||
|
|
|
|||
Loading…
Reference in New Issue