https://github.com/Kitware/CMake
Revision a4fccf74af66755c2aeaa1cdba996ea48bf371b8 authored by Brad King on 10 September 2021, 13:29:22 UTC, committed by Kitware Robot on 10 September 2021, 13:29:42 UTC
ce44c2cec3 ctest_memcheck: generate `DynamicAnalysis-Test.xml` as well

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !6491
2 parent s 118a0ad + ce44c2c
Raw File
Tip revision: a4fccf74af66755c2aeaa1cdba996ea48bf371b8 authored by Brad King on 10 September 2021, 13:29:22 UTC
Merge topic 'ctest-memcheck-generate-test.xml'
Tip revision: a4fccf7
cmTargetSourcesCommand.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 cmTargetSourcesCommand(std::vector<std::string> const& args,
                            cmExecutionStatus& status);
back to top