create project as a Shared library (.so) + cmake

Sysprogs forums Forums VisualGDB create project as a Shared library (.so) + cmake

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9510
    viktor
    Participant

    if you create a library that is not the choice of make or cmake. project is always created to make.

    Although you can create a configuration after the creation of the project with cmake and it will work

    whether it is possible to make the possibility of choice cmake as it is made for the application

    #9533
    support
    Keymaster

    Hi,

    Sorry about that, it’s a known limitation. The easiest workaround would be to create a normal ‘application’ project/configuration and then replace the “add_executable” statement in CMakeLists.txt with “add_library”. If this does not work, let us know and we will add better GUI support.

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