mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-29 19:16:07 +00:00
9 lines
217 B
CMake
9 lines
217 B
CMake
|
# SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
||
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
project(gcn LANGUAGES CXX)
|
||
|
|
||
|
add_library(gcn dummy.cpp)
|
||
|
|
||
|
target_include_directories(gcn INTERFACE include)
|