aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/114 genvslite/meson.build
blob: 3445d7f33aa446a70a6d0b426ece855332849a58 (plain)
1
2
3
4
5
project('genvslite', 'cpp',
        default_options : ['b_ndebug=if-release']
        )

exe = executable('genvslite', 'main.cpp')