client_src = [ '../shared/crypto.cc', '../shared/stream.cc', '../shared/tools.cc', '../engine/command.cc', '../engine/master.cc' ] threads_dep = dependency('threads') zlib_dep = dependency('zlib') executable('native_master', client_src, dependencies: [ threads_dep, libenet, zlib_dep ], include_directories: octacore_includes, cpp_args: ['-DSTANDALONE'], install: true, install_dir: join_paths(meson.source_root(), 'bin_unix') )