On Donnerstag, 8. Februar 2018 02:42:13 CET jaeho jo wrote:
> Hi! I have a Question aboue eclipse.
> 
> I have a one C project in eclipse.
> 
> I have built this project only using eclipse so far.
> 
> I want to build thid C project using cmake
> 
>   Should I write the CMakeLists.txt file myself?? or Is there a way to set
> CMake build environment automatically?

You will have to do so. There is no generator for CMakeLists.txt in CDT.

> I can find many way to import existing cmake project to eclipse.
> 
> But, I can't find how to set cmake build configuration about existing
> eclipse C project easily

I wrote a plugin that works with normal C/C++ projects and invokes cmake for 
you. You will find it in the Eclipse Marketplace (cmake4eclipse).

As a start, you may check out the sample projects in <https://github.com/
15knots/cmake4eclipse-sample-projects.git>

Martin

-- 
Cd wrttn wtht vwls s mch trsr.


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake

Reply via email to