mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
- new menu bar - refactored video_info layer - dump & inspect pm4 packets - removed dumpPM4 config - renamed System to DebugState - add docking space - simple video info constrained to window size
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)
|