This repository has been archived on 2026-01-05. You can view files and clone it, but cannot push or open issues/pull-requests.
suyu/src/frontend_common/CMakeLists.txt

11 lines
314 B
CMake

# SPDX-FileCopyrightText: 2023 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
add_library(frontend_common STATIC
config.cpp
config.h
)
create_target_directory_groups(frontend_common)
target_link_libraries(frontend_common PUBLIC core SimpleIni::SimpleIni PRIVATE common Boost::headers)