aboutsummaryrefslogtreecommitdiff
path: root/test cases/7 mixed/builder.txt
blob: 15ec234a8d78f913b074516e977a01b29be29482 (plain)
1
2
3
project('mixed C and C++', 'c', 'c++')
exe = executable('prog', 'main.cc', 'func.c')
add_test('mixtest', exe)