cmake_path command: path management

Fixes: #19568, #20922
This commit is contained in:
Marc Chevrier
2020-07-23 16:54:12 +02:00
parent 212e953d35
commit eb583b0a66
191 changed files with 3435 additions and 8 deletions
+14
View File
@@ -0,0 +1,14 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#pragma once
#include "cmConfigure.h" // IWYU pragma: keep
#include <string>
#include <vector>
class cmExecutionStatus;
bool cmCMakePathCommand(std::vector<std::string> const& args,
cmExecutionStatus& status);