Building against an Objective-C package?
Hi all, I've got a bunch of c++ code and I've been given an objective-c library that I would like to compile and link against. Is that possible with CLion? (Or am I going to have to try appcode / xcode ?)
Thanks!
请先登录再写评论。
I believe it's just a matter of adding a few Cmake options (include_directories(), link_directories() and such) providing you have a proper binary and a set of headers for it. You only need AppCode/Xcode is you want to develop using Xcode project format and edit Objective-C files.