summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands/target_include_directories
Commit message (Expand)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-231-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-0/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-013-19/+19
* Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and XcodeBrad King2018-01-123-16/+20
* Revise C++ coding style using clang-formatKitware Robot2016-05-163-11/+20
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-095-0/+37
* cmTarget: Don't update IMPORTED target compilation propertiesStephen Kelly2014-01-041-0/+7
* target_include_directories: Allow relative path with genexStephen Kelly2013-11-263-1/+9
* Allow target commands to be invoked with no items (#14325).Stephen Kelly2013-07-311-0/+14
* Remove use of TARGET_DEFINED from target_include_directories test.Stephen Kelly2013-02-251-3/+3
* Revert "Add the $<LINKED:...> generator expression."Stephen Kelly2013-02-132-13/+0
* Don't use LINKED where not needed.Stephen Kelly2013-02-121-1/+1
* Add the $<LINKED:...> generator expression.Stephen Kelly2013-01-312-1/+15
* Make subclasses responsible for joining content.Stephen Kelly2013-01-293-0/+8
* Don't allow targets args in the new target commands.Stephen Kelly2013-01-291-1/+1
* Merge topic 'disallow-IMPORTED-interface-porcelain'Brad King2013-01-232-14/+1
|\
| * Disallow porcelain to populate includes and defines of IMPORTED targets.Stephen Kelly2013-01-212-14/+1
* | Make sure generator expressions can be used with target_include_directories.Stephen Kelly2013-01-161-1/+6
|/
* Add the target_include_directories command.Stephen Kelly2013-01-103-0/+99