cmFileAPICodemodel.h 456 B

12345678910111213
  1. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. file LICENSE.rst or https://cmake.org/licensing for details. */
  3. #pragma once
  4. #include "cmConfigure.h" // IWYU pragma: keep
  5. #include <cm3p/json/value.h>
  6. class cmFileAPI;
  7. extern Json::Value cmFileAPICodemodelDump(cmFileAPI& fileAPI,
  8. unsigned int majorVersion,
  9. unsigned int minorVersion);