summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetCompileOptionsCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop builtin command documentationBrad King2013-10-161-37/+0
| | | | | Drop all GetTerseDocumentation and GetFullDocumentation methods from commands. The command documentation is now in Help/command/*.rst files.
* Add a SYSTEM parameter to target_include_directories (#14180)Stephen Kelly2013-07-021-1/+1
| | | | | | This is similar to the include_directories(SYSTEM) signature in that it allows telling the compiler to ignore warnings from such headers.
* Add target_compile_options command.Stephen Kelly2013-06-021-0/+90
This command populates the COMPILE_OPTIONS target property.