cmCommands.cxx.in 274 B

12345678910
  1. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. file Copyright.txt or https://cmake.org/licensing for details. */
  3. #include "cmCommands.h"
  4. @COMMAND_INCLUDES@
  5. void GetPredefinedCommands(std::vector<cmCommand*>& commands)
  6. {
  7. @NEW_COMMANDS@
  8. }