project('rewritetest', 'cpp', version: '0.0.1') # Find ZLIB dep1 = dependency('zlib', required: false) # Make a test exe tgt1 = executable('helloWorld', 'main.cpp', build_by_default: true)