File: meson.build

package info (click to toggle)
cli11 2.4.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,120 kB
  • sloc: cpp: 23,299; python: 129; sh: 64; makefile: 11; ruby: 7
file content (5 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
project('mesonTest', ['c', 'cpp'], default_options: ['cpp_std=c++11'])

cli11_dep = subproject('CLI11').get_variable('CLI11_dep')

mainExe = executable('main', ['main.cpp'], dependencies: [cli11_dep])