summaryrefslogtreecommitdiffstats
path: root/src/frontend_common/CMakeLists.txt
blob: 22e9337c4c2d2e4727ff048fbe7cf3926b2b973d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# 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)