project('world', 'c') xxhash_dep = dependency('libxxhash', required : true, static : true) subdir('src') executable('world', libworld_sources, dependencies : [xxhash_dep], win_subsystem : 'console')