OctaCore/src/meson.build

12 lines
278 B
Meson
Raw Normal View History

2020-04-15 19:04:04 +02:00
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')
subdir('server')
subdir('master')