OctaCore/src/meson.build

12 lines
263 B
Meson
Raw Permalink Normal View History

2020-07-29 04:56:55 +02:00
add_global_arguments('-D_FILE_OFFSET_BITS=64', language: 'cpp')
if get_option('buildtype') != 'debug'
add_global_arguments('-DNDEBUG', language: 'cpp')
endif
2020-04-15 19:04:04 +02:00
octacore_includes = [
include_directories('.', 'shared', 'engine', 'game')
2020-04-15 19:04:04 +02:00
]
subdir('client')