File: meson.build

package info (click to toggle)
wayfire 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,764 kB
  • sloc: cpp: 52,464; xml: 2,987; ansic: 699; makefile: 161
file content (13 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
tracking_allocator = executable(
    'tracking_allocator',
    'tracking-allocator.cpp',
    dependencies: libwayfire,
    install: false)
test('Tracking factory test', tracking_allocator)

safe_list = executable(
    'safe_list',
    'safe-list-test.cpp',
    dependencies: [doctest, wfconfig],
    install: false)
test('Safe list test', safe_list)