How can I get Meson to build an Objective-C++ project using Meson? #13081
Unanswered
dreamer-coding
asked this question in
Q&A
Replies: 1 comment 4 replies
-
ObjC++ works as far as our test cases go, if you find issues please report them. All you need to build ObjC++ is: project('myproject', 'objcpp')
<targets includings .mm sources> Yes, there is an |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I get Meson to build an Objective-C++ project? Secondly is the support for Objective-C++ tested on all common platforms like Windows and Posix-based host systems? Lastly are there possibly undocumented features such as
objcpp_std
flag as an example?Beta Was this translation helpful? Give feedback.
All reactions