OctaCore/src/meson.build
2020-04-19 04:26:52 +02:00

9 lines
249 B
Meson

octacore_includes = [
include_directories('.', 'shared', 'engine', 'game', 'enet/include')
]
# FIXME: remove, for now without this the engine behaves wonky
add_global_arguments('-fsigned-char', language: 'cpp')
subdir('enet')
subdir('client')