Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Pfeifer
CMake
Commits
cc37586a
Commit
cc37586a
authored
Mar 12, 2015
by
Daniel Pfeifer
Browse files
PCH documentation (wip)
parent
5c2fd97d
Pipeline
#62470
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Help/prop_tgt/PRECOMPILE_HEADERS.rst
0 → 100644
View file @
cc37586a
PRECOMPILE_HEADERS
------------------
List of header files to precompile.
Precompiling header files can speed up compilation by creating a partially
processed version of some header files, and then using that version during
compilations rather than repeatedly parsing the original headers.
List all header files that should be precompiled in the PRECOMPILE_HEADERS
property. If precompiled headers are not supported by the platform, this
property will be ignored.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment