FeatherMC/src/protocol/meson.build

4 lines
184 B
Meson

protocol_headers = custom_target('ProtocolHeader',
input : [ 'generate_protocol.py', 'protocol.hjson' ],
output : [ 'ProtocolDefinitions.h' ],
command : [ python, '@INPUT@' ])