简体   繁体   English

将现有的C ++ makefile项目导入JetBrains Appcode?

[英]Import existing C++ makefile project into JetBrains Appcode?

Ok, I'm impatient. 好吧,我很急。 I'm a JetBrains PhpStorm user and cannot wait for the release of their C++ IDE. 我是JetBrains PhpStorm用户,不能等待其C ++ IDE的发布。 :-) Their Objective-C IDE, Appcode, also supports C++. :-)他们的Objective-C IDE Appcode也支持C ++。 But I can't find a good way to import a fairly large C++ project into Appcode, other than clumsy copying files one at a time. 但是,除了一次笨拙地复制文件之外,我找不到一种将相当大的C ++项目导入Appcode的好方法。

What's a good way to create a new Appcode project that will use an existing directory structure of C++ code? 创建使用现有C ++代码目录结构的新Appcode项目的好方法是什么? It's in Git, if that makes any difference. 如果有什么不同,那就在Git中。

您可以在此处使用Jetbrains CMake插件:您必须创建一个CMake项目文件而不是makefile,然后可以将项目直接导入那里。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM