aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/87 cpp modules/meson.build
blob: cdc296f433fbac1105cb345291ec4cbbd3d3722b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
project('cppmodules', 'cpp', default_options: ['cpp_std=c++latest'])

e = executable('modtest',
    'main.cpp',
    'src0.ixx',
    'src1.ixx',
    'src2.ixx',
    'src3.ixx',
    'src4.ixx',
    'src5.ixx',
    'src6.ixx',
    'src7.ixx',
    'src8.ixx',
    'src9.ixx',
    )

test('modtest', e)