This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
meson
mirror of
https://github.com/mesonbuild/meson.git
Watch
8
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
The Meson Build System
http://mesonbuild.com/
11382
Commits
0
Branches
175
Tags
88 MiB
Python
80.2%
Meson
11.8%
C
3.7%
Shell
1.1%
C++
1.1%
Other
1.5%
Tree:
1dce556dc2
meson
/
test cases
/
common
/
214 source set custom target
/
cp.py
5 lines
88 B
Raw
Blame
History
#! /usr/bin/env python3
import
sys
from
shutil
import
copyfile
copyfile
(
*
sys
.
argv
[
1
:
]
)
Reference in new issue
View Git Blame
Copy Permalink