summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetCompileOptionsCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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/+62
This command populates the COMPILE_OPTIONS target property.