OctaCore/src/meson.build
q66 6545f92317 start refactoring for single include file per source file
also, make sure only external symbols are visible globally
2020-04-18 02:20:56 +02:00

11 lines
283 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')
subdir('server')
subdir('master')