Artifact 4ef18161bf7af9a97809699a08358a838b60aa11fa047cd5985d26ebe3717169:
- File enet/meson.build — part of check-in [f00c286569] at 2024-08-04 22:26:24 on branch trunk — Fix building on Windows (user: js, size: 266) [annotate] [blame] [check-ins using] [more...]
enet_includes = include_directories('include') enet = static_library('enet', [ 'callbacks.c', 'host.c', 'list.c', 'memory.c', 'packet.c', 'peer.c', 'protocol.c', 'unix.c', 'win32.c', ], include_directories: [enet_includes])