summaryrefslogtreecommitdiff
path: root/Source/cmTargetPropCommandBase.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-14/+16
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* cmTargetPropCommandBase: Change the interface to return bool.Stephen Kelly2014-04-071-2/+2
* stringapi: Use strings for property namesBen Boeckel2014-03-081-1/+2
* Drop builtin command documentationBrad King2013-10-161-1/+0
* Add a SYSTEM parameter to target_include_directories (#14180)Stephen Kelly2013-07-021-5/+7
* Extend the cmTargetPropCommandBase interface property handling.Stephen Kelly2013-07-021-0/+3
* Fix use of cmTypeMacro in new command classesBrad King2013-01-311-0/+1
* Make subclasses responsible for joining content.Stephen Kelly2013-01-291-5/+5
* Don't allow targets args in the new target commands.Stephen Kelly2013-01-291-5/+0
* Make the Property name protected so that subclasses can use it.Stephen Kelly2013-01-291-1/+3
* Disallow porcelain to populate includes and defines of IMPORTED targets.Stephen Kelly2013-01-211-2/+1
* Document the use of generator expressions in new commands.Stephen Kelly2013-01-131-0/+1
* Add the target_include_directories command.Stephen Kelly2013-01-101-0/+57