Skip to content

cmake-server additions

Justin Goshi requested to merge jgoshi/cmake:dev/jgoshi/cmake-server into master

This change augments cmake-server to return information about:

  1. C/C++ compiler info (part of an existing query for source information)
  2. CMake variables (new cmake-server request for "variables")
  3. Information about the existence of install rules for a project and install path for targets
Edited by Justin Goshi

Merge request reports