summaryrefslogtreecommitdiffstats
path: root/meson.build
blob: 379d8f1c3e19b3c83fe2fb18bc1e92a0eba7e682 (plain) (blame)
1
2
3
4
5
6
7
project('lisiblepng', 'c', default_options: ['c_std=c18', 'warning_level=3', 'default_library=static'], version:  '0.2.0')

subdir('lisiblepng')

if not meson.is_cross_build()
subdir('lisiblepng-bin')
endif
Go back to lisible.xyz