FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CMake/Source/cmAddDefinitionsCommand.h at master · Kitware/CMake · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Kitware
/
CMake
Public
Notifications
You must be signed in to change notification settings
Fork
2.7k
Star
8k
Code
Actions
Security and quality
0
Insights
Additional navigation options
Code
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
CMake
/
Source
/
cmAddDefinitionsCommand.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (9 loc) · 394 Bytes
Breadcrumbs
CMake
/
Source
/
cmAddDefinitionsCommand.h
Copy path
File metadata and controls
13 lines (9 loc) · 394 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
cmAddDefinitionsCommand
(std::vector<std::string>
const
& args,
cmExecutionStatus& status);
Back
|
FazBrowse Home
|
New Git URL