CMake/Tests/GeneratorExpression
Stephen Kelly 8dfdf1c734 Fix the tests for evaluating includes and defines.
We should also check whether the INTERFACE_ variant of a property
is being read, and in the case of the compile definitions, we should
test the _<CONFIG> suffixed variants. That is already available
through the use of the methods.

This way, we use the ALREADY_SEEN optimization when evaluating
the includes of a target in 'external' generator expressions, ie, those
used in a add_custom_command invokation, as opposed to evaluating the
INCLUDE_DIRECTORIES of a target itself via GetIncludeDirectories.
2013-02-23 09:42:24 +01:00
..
CMakeLists.txt Expand includes and defines transitively in 'external' genexes. 2013-02-23 09:42:24 +01:00
check-common.cmake GenEx: Add expressions to specify build- or install-only values 2013-01-05 01:05:08 +01:00
check-part1.cmake GenEx: Add expressions to specify build- or install-only values 2013-01-05 01:05:08 +01:00
check-part2.cmake Fix the tests for evaluating includes and defines. 2013-02-23 09:42:24 +01:00
empty.cpp Expand includes and defines transitively in 'external' genexes. 2013-02-23 09:42:24 +01:00