This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
8364bfcc6d
meson
/
test cases
/
objc
/
3 objc++
/
meson.build
5 lines
98 B
Meson
Raw
Normal View
History
Unescape
Escape
Added ObjC++ support.
2013-04-07 03:03:16 +08:00
project
(
'Objective C++'
,
'objcxx'
)
exe
=
executable
(
'objcxxprog'
,
'prog.mm'
)
Renamed add_test to test.
2013-06-02 18:18:15 +08:00
test
(
'objcxx'
,
exe
)