File: meson.build

package info (click to toggle)
libspng 0.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,532 kB
  • sloc: ansic: 7,896; sh: 39; makefile: 22; cpp: 14
file content (5 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
if get_option('build_examples') == false and get_option('dev_build') == false
    subdir_done()
endif

example_exe = executable('example', 'example.c', dependencies : spng_dep)