index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
windows
/
3 cpp
/
meson.build
blob: 7b8080e54a95b097f0aa458f1bfe4b5cf0efddcc (
plain
)
1
2
3
4
project
(
'wincpp'
,
'cpp'
)
exe
=
executable
(
'prog'
,
'prog.cpp'
)
test
(
'wincpp'
,
exe
)