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
89aa4e2233
meson
/
test cases
/
objc
/
3 objc++
/
meson.build
5 lines
98 B
Meson
Raw
Normal View
History
Unescape
Escape
C++ is now called cpp rather than cxx.
2013-06-03 03:31:10 +08:00
project
(
'Objective C++'
,
'objcpp'
)
Added ObjC++ support.
2013-04-07 03:03:16 +08:00
C++ is now called cpp rather than cxx.
2013-06-03 03:31:10 +08:00
exe
=
executable
(
'objcppprog'
,
'prog.mm'
)
test
(
'objcpp'
,
exe
)