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.
2017-12-10 23:55:03 +00:00
|
|
|
add_library(network STATIC
|
|
|
|
network.cpp
|
|
|
|
network.h
|
|
|
|
packet.cpp
|
|
|
|
packet.h
|
|
|
|
room.cpp
|
|
|
|
room.h
|
|
|
|
room_member.cpp
|
|
|
|
room_member.h
|
|
|
|
)
|
2017-07-07 19:34:15 +00:00
|
|
|
|
2017-12-10 23:55:03 +00:00
|
|
|
create_target_directory_groups(network)
|
2017-07-07 19:34:15 +00:00
|
|
|
|
|
|
|
target_link_libraries(network PRIVATE common enet)
|