cmake presets integration?

Sysprogs forums Forums VisualGDB cmake presets integration?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32107
    CrzyRndm
    Participant

    https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html

    Have recently moved a lot of PC applications to using cmake presets with Visual Studio and found it simplifies cmake usage a lot.

    Is there any plans to support this in VGDB (particularly for embedded)?

    #32109
    support
    Keymaster

    Hi,

    VisualGDB stores this information in the .vgdbcmake files. This is more powerful than the regular CMake presets, as VisualGDB supports orthogonal configurations/platforms, each of them able to override project-level, build-level or debug-level settings. E.g. you can define multiple platforms for Embedded vs. Linux vs. Win32, and multiple configurations for build types.

    You can find more about platforms in CMake-based projects in the Linux platform tutorial and the simulation platform tutorial.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.