12 lines
174 B
CMake
12 lines
174 B
CMake
|
include_directories (include)
|
||
|
|
||
|
add_library (enet callbacks.c
|
||
|
compress.c
|
||
|
host.c
|
||
|
list.c
|
||
|
packet.c
|
||
|
peer.c
|
||
|
protocol.c
|
||
|
unix.c
|
||
|
win32.c
|
||
|
)
|