cmNinjaTypes.h 384 B

12345678910111213
  1. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. file Copyright.txt or https://cmake.org/licensing for details. */
  3. #ifndef cmNinjaTypes_h
  4. #define cmNinjaTypes_h
  5. #include <cmConfigure.h>
  6. #include "cmStandardIncludes.h"
  7. typedef std::vector<std::string> cmNinjaDeps;
  8. typedef std::map<std::string, std::string> cmNinjaVars;
  9. #endif // ! cmNinjaTypes_h