Browse Source
cleanup cmake
Signed-off-by: crueter <crueter@eden-emu.dev>
liz-dynarmic-macos-fbsd-port
crueter
3 months ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: 362DA3DC1901E080
2 changed files with
0 additions and
10 deletions
-
CMakeLists.txt
-
CMakeModules/CPMUtil.cmake
|
|
@ -461,9 +461,6 @@ if (YUZU_USE_CPM) |
|
|
-Wno-implicit-function-declaration |
|
|
-Wno-implicit-function-declaration |
|
|
) |
|
|
) |
|
|
endif() |
|
|
endif() |
|
|
if (NOT TARGET Opus::opus) |
|
|
|
|
|
add_library(Opus::opus ALIAS opus) |
|
|
|
|
|
endif() |
|
|
|
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
|
if (NOT TARGET Opus::opus) |
|
|
if (NOT TARGET Opus::opus) |
|
|
|
|
|
@ -1,13 +1,6 @@ |
|
|
# SPDX-FileCopyrightText: Copyright 2025 crueter |
|
|
# SPDX-FileCopyrightText: Copyright 2025 crueter |
|
|
# SPDX-License-Identifier: GPL-3.0-or-later |
|
|
# SPDX-License-Identifier: GPL-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) |
|
|
cmake_minimum_required(VERSION 3.22) |
|
|
|
|
|
|
|
|
if (MSVC OR ANDROID) |
|
|
if (MSVC OR ANDROID) |
|
|
|