summaryrefslogtreecommitdiff
path: root/Source/cmTargetIncludeDirectoriesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* target_include_directories: Support relative SYSTEM include dirs (#15464)Gregor Jasny2015-08-111-2/+18
* cmMakefile: Split accessors for include directories and origins.Stephen Kelly2015-07-221-2/+1
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-1/+2
* Merge topic 'join-algorithm'Brad King2015-01-121-9/+1
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-9/+1
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
|/
* cmMakefile: return a backtraceBen Boeckel2014-06-051-2/+1
* cmTargetPropCommandBase: Change the interface to return bool.Stephen Kelly2014-04-071-1/+2
* include_directory: Add missing include.Stephen Kelly2014-02-171-0/+2
* target_include_directories: Allow relative path with genexStephen Kelly2013-11-261-1/+1
* Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.Stephen Kelly2013-07-161-3/+14
* Add a SYSTEM parameter to target_include_directories (#14180)Stephen Kelly2013-07-021-2/+21
* Rename the IncludeDirectoriesEntry to be more generic.Stephen Kelly2013-02-121-3/+1
* Deduplicate the isGeneratorExpression method.Stephen Kelly2013-02-071-9/+1
* Make subclasses responsible for joining content.Stephen Kelly2013-01-291-2/+34
* Don't allow targets args in the new target commands.Stephen Kelly2013-01-291-20/+0
* Disallow porcelain to populate includes and defines of IMPORTED targets.Stephen Kelly2013-01-211-5/+3
* Add the target_include_directories command.Stephen Kelly2013-01-101-0/+74