https://github.com/Kitware/CMake
Revision 0fc10bb19bd63ca9f6647a7b373e91fb16403249 authored by Robert Maynard on 30 August 2022, 19:27:30 UTC, committed by Robert Maynard on 30 August 2022, 21:52:40 UTC
1 parent 43d31c5
Raw File
Tip revision: 0fc10bb19bd63ca9f6647a7b373e91fb16403249 authored by Robert Maynard on 30 August 2022, 19:27:30 UTC
CMAKE_FIND_USE_INSTALL_PREFIX considers CMAKE_STAGING_PREFIX
Tip revision: 0fc10bb
cmAddCustomTargetCommand.h
/* 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 cmAddCustomTargetCommand(std::vector<std::string> const& args,
                              cmExecutionStatus& status);
back to top