project('csv-parser', 'c', version: '1.0.0', default_options: [ 'warning_level=3', 'c_std=c99' ] ) # Add subdirectory with the actual parser subdir('src') # Add test subdirectory if tests exist if get_option('tests').enabled() subdir('tests') endif