bel
/
yuzu-android
Archived
1
0
Fork 0
This repository has been archived on 2026-01-05. You can view files and clone it, but cannot push or open issues/pull-requests.
yuzu-android/src/network/CMakeLists.txt

20 lines
391 B
CMake

# SPDX-FileCopyrightText: 2022 yuzu Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
add_library(network STATIC
network.cpp
network.h
packet.cpp
packet.h
room.cpp
room.h
room_member.cpp
room_member.h
verify_user.cpp
verify_user.h
)
create_target_directory_groups(network)
target_link_libraries(network PRIVATE common enet Boost::boost)