Browse Source
license header
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3126/head
crueter
3 weeks ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
3 additions and
0 deletions
-
src/dynarmic/CMakeModules/TargetArchitectureSpecificSources.cmake
|
|
@ -1,3 +1,6 @@ |
|
|
|
|
|
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project |
|
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later |
|
|
|
|
|
|
|
|
function(target_architecture_specific_sources project arch) |
|
|
function(target_architecture_specific_sources project arch) |
|
|
if (NOT MULTIARCH_BUILD) |
|
|
if (NOT MULTIARCH_BUILD) |
|
|
target_sources("${project}" PRIVATE ${ARGN}) |
|
|
target_sources("${project}" PRIVATE ${ARGN}) |
|
|
|