FeatherMC/src/protocol/meson.build

4 lines
184 B
Meson
Raw Normal View History

2020-08-02 02:44:35 +01:00
protocol_headers = custom_target('ProtocolHeader',
input : [ 'generate_protocol.py', 'protocol.hjson' ],
output : [ 'ProtocolDefinitions.h' ],
command : [ python, '@INPUT@' ])