Sample build script for Objective C and Objective C++ #2495
-
|
I can't find any sample projects on Github. Please help. |
Beta Was this translation helpful? Give feedback.
Answered by
Jarod42
Aug 13, 2025
Replies: 1 comment 2 replies
-
|
(Never used Objective-C) The only tricky part is to use So you should have something like '.m'/'.mm' extensions should even be treated as Objective-C/Objective-C++. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
m3makefile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Never used Objective-C)
The only tricky part is to use
compileasSo you should have something like
'.m'/'.mm' extensions should even be treated as Objective-C/Objective-C++.
so even
files {'src/**.mm'}should even do the job.