mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-09 08:47:52 -05:00
Massive removal of unused modules
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
set(SRCS
|
||||
network.cpp
|
||||
packet.cpp
|
||||
room.cpp
|
||||
room_member.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
network.h
|
||||
packet.h
|
||||
room.h
|
||||
room_member.h
|
||||
)
|
||||
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
|
||||
add_library(network STATIC ${SRCS} ${HEADERS})
|
||||
target_link_libraries(network PRIVATE common enet)
|
Reference in New Issue
Block a user