Re: [CMake] Question about eclipse

2018-02-10 Thread Martin Weber
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

[CMake] Question about eclipse

2018-02-07 Thread jaeho jo
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? I can find

Re: [CMake] question about Eclipse CDT Generators

2011-09-13 Thread Alexander Neundorf
On Tuesday, September 06, 2011 06:53:23 PM cheshirekow wrote: Hi cmake list, I'm using cmake to manage a CUDA project, and I'm generating an eclipse project for development. Since CDT doesn't natively understand the output from the nvidia compiler, I've created a new regex error parser

Re: [CMake] question about Eclipse CDT Generators

2011-09-08 Thread I. Bue
CMake generates all the Makefiles by itself and then creates a standard Makefile-Project for Eclipse/CDT on top of them. This is different from (native) 'Managed Build' in Eclipse/CDT where the project configuration and dependency tree is pure XML and the underlying toolchain is integrated by

[CMake] question about Eclipse CDT Generators

2011-09-06 Thread cheshirekow
Hi cmake list, I'm using cmake to manage a CUDA project, and I'm generating an eclipse project for development. Since CDT doesn't natively understand the output from the nvidia compiler, I've created a new regex error parser (I'm using eclipse 3.7 but I heard 3.6 has this ability as well),