File: meson.build

package info (click to toggle)
libadwaita-1 1.9~beta-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,836 kB
  • sloc: ansic: 91,659; xml: 191; python: 60; sh: 30; makefile: 21; javascript: 9
file content (12 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
if cc.get_id() == 'msvc'

  message('Skipping examples while building with Visual Studio')
  subdir_done()

endif

if get_option('examples')

subdir('hello-world')

endif