cmSubdirDependsCommand.cxx 365 B

1234567891011
  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 "cmSubdirDependsCommand.h"
  4. class cmExecutionStatus;
  5. bool cmSubdirDependsCommand::InitialPass(std::vector<std::string> const&,
  6. cmExecutionStatus&)
  7. {
  8. return true;
  9. }