Configuring a CMake C++/Java Project to work with Eclipse -


I am currently trying to set up a VTK project in which CMK makefiles were written to work with emails The code that I need to use is both in C ++ and Java, but my main concern is that the existing project may be able to translate into something that can be understood with all dependencies etc. is.

Please feel free to ask further questions.

Cheers.

You first need the package.

Then you need to generate the Eclipse CDT project: cmake -G "Eclipse CDT4 - Unix Makefiles" / path / to / source / dir .

The last step you need to do is to import the project into the current workspace: file - & gt; Import ... - & gt; Existing projects in the workspace .


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -