summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetLinkOptionsCommand.h
blob: 7db485e2be43707af9c037fda03f77928d8f8500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
   file LICENSE.rst or https://cmake.org/licensing for details.  */
#pragma once

#include "cmConfigure.h" // IWYU pragma: keep

#include <string>
#include <vector>

class cmExecutionStatus;

bool cmTargetLinkOptionsCommand(std::vector<std::string> const& args,
                                cmExecutionStatus& status);
='dt' onchange='this.form.submit();'>
authorZachary Ware <zachary.ware@gmail.com>2015-06-16 15:56:14 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-06-16 15:56:14 (GMT)
commit0e4497a32bf36e77e8032af65e81e45f5813eca3 (patch)
tree809905bb2ca27864c9828c406fe05d46058048b7 /Tools/buildbot/external.bat
parent2409c1f3e1d52446f2b264b3e05d0e3cfee5ce94 (diff)
downloadcpython-0e4497a32bf36e77e8032af65e81e45f5813eca3.zip
cpython-0e4497a32bf36e77e8032af65e81e45f5813eca3.tar.gz
cpython-0e4497a32bf36e77e8032af65e81e45f5813eca3.tar.bz2
Deprecate unused scripts in Tools/buildbot.
I would just outright delete them, but the readme in PCbuild recommended their use, so I figure it would be nice to leave them there for a while.