Import existing C++ makefile project into JetBrains Appcode?
Asked Answered
W

1

8

Ok, I'm impatient. I'm a JetBrains PhpStorm user and cannot wait for the release of their C++ IDE. :-) Their Objective-C IDE, Appcode, also supports 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.

What's a good way to create a new Appcode project that will use an existing directory structure of C++ code? It's in Git, if that makes any difference.

Waylon answered 14/3, 2014 at 19:25 Comment(1)
It's so frustrating that this is so challenging to do.Chromatolysis
N
0

You can use the Jetbrains CMake plugin here: You must create a CMake project file instead of your makefile and then you can import your project directly there.

Nitrification answered 6/8, 2014 at 7:58 Comment(2)
I'm not familiar with TeamCity. Will that TeamCity plugin also work with AppCode?Waylon
@Waylon according to their website, it seems so. plugins.jetbrains.com/plugin/1820?pr=phpStormNitrification

© 2022 - 2024 — McMap. All rights reserved.