citra-emu
/
citra
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra/src/network/CMakeLists.txt

15 lines
242 B
CMake
Raw Normal View History

add_library(network STATIC
network.cpp
network.h
packet.cpp
packet.h
room.cpp
room.h
room_member.cpp
room_member.h
)
create_target_directory_groups(network)
target_link_libraries(network PRIVATE common enet)