[CMake] can I use cmake in parallel with Eclipse IDE?

Bo Zhou bo.schwarzstein at gmail.com
Sat Jan 26 23:15:55 EST 2019


It's not about neither CMake or eclipse, but your target build system.
CMake is the build system of build system, the actually work is related to
the target building system.

If you generated eclipse CDT project + Makefile, of course it might be
parallel, there is the option when you create the project. At Linux
platform, the eclipse and Codeblocks work as well, just work for basic
requirement, such as stepping, launch the application from IDE with
arguments.

Just some experience, thanks.

On Sun, Jan 27, 2019 at 9:29 AM hex <hex7c3 at gmail.com> wrote:

> hello,
>
> I want to use CMake as my primary build system. At some point I would like
> to take advantage of the tools provided by IDEs, such as stepping through
> code.
>
> I know I can use CMake to generate an eclipse project, or use Eclipse to
> generate a CMake project. My doubt is whether these options are merely
> meant for import purposes or can these be used in parallel, i.e., switching
> between my CMake project and Eclipse back and forth.
>
> I was reading about *launch.json* files and it seems that these can be
> used to launch any application with it.
>
> please advice,
>
>
> thank you
> --
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cmake.org/pipermail/cmake/attachments/20190127/4fe35933/attachment.html>


More information about the CMake mailing list