Use of an existing CMakeLists.txt possible?

Sysprogs forums Forums VisualGDB Use of an existing CMakeLists.txt possible?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7977
    JochenBaier
    Participant

    I wonder if it is possible to use an existing CMakeLists.txt or if this feature is planned? I use  the same CMakeLists.txt for Windows (Visual Studio compiler) and Linux Desktop gcc. Using this existing CMakeLists.txt would be great.

    Thanks Jochen

    #7978
    support
    Keymaster

    Hi,

    It is fully supported. Simply follow this tutorial: http://visualgdb.com/tutorials/linux/cmake/import/

    #7982
    JochenBaier
    Participant

    Thanks for the tutorial link, works.

    Really cool would it be if i could generate the visual studio visualgdb project using an cmake generator like “cmake .. -G”Visual GDB 10 2010”
    and adding an existing gdbsettings settings file.

    Jochen

    #7983
    support
    Keymaster

    Thanks for the suggestion. We are actually considering similar functionality (auto-import of sources from CMake files), but it’s hard to say currently what extent of it will be included in v5.2 as there are still some unresolved things left.

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