how to import from a Netbeans project?

Hello.
I would like to try CLion with one of my Netbeans project. I never used CMake but just the auto-generated makefile from Netbeans IDE used with make.
Is it possible to create a CMake project from the source directory/existing makefiles?
Will CLion add support for projects with classic make toolchain? Or maybe an integrated feature/plugin to import from other popular IDE (Netbeans and/or Eclipse)?

Thanks

0
3 comments

Now CLion supports only CMake build system. You can create a project from scratch and them add your files to it updating/creating the proper CMakeListst.txt manually (the top-level CMakeLists.txt will be created for you). Find here some useful macros for CMake: http://www.cmake.org/Wiki/CMake_Useful_Variables


Later on we'll consider other build systems (http://youtrack.jetbrains.com/issue/CPP-274). Makefiles are in the list.

0

У меня тоже все C/C++ проекты на NetBeans. Планируете ли вы добавить в будущем сборку с помощью существующего Makefile без генерации его с помощью cmake (как в NetBeans)?

0

Планируем: http://youtrack.jetbrains.com/issue/CPP-494. Можете проголосовать, если это для Вас важно.

0

Please sign in to leave a comment.