api documentation for ec_parse
[protos/libecoli.git] / examples / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2018, Olivier MATZ <zer0@droids-corp.org>
3
4 subdir('readline')
5 if get_option('with_yaml') and get_option('with_editline')
6         subdir('parse-yaml')
7 endif