mirror of
https://github.com/randy408/libspng
synced 2025-03-28 21:13:20 +00:00
5 lines
176 B
Meson
5 lines
176 B
Meson
if get_option('build_examples') == false and get_option('dev_build') == false
|
|
subdir_done()
|
|
endif
|
|
|
|
example_exe = executable('example', 'example.c', dependencies : spng_dep) |