CMake/Tests/IncludeDirectories
Stephen Kelly 4f6bd7022b Remove the LINK_LANGUAGE generator expression.
It accepted an optional argument to test for equality, but no way
to get the linker language of a particular target.

TARGET_PROPERTY provides this flexibility and STREQUAL provides
the necessary API for equality test.

Extend the CompileDefinitions test to cover accessing the
property of another target.
2013-07-24 10:40:00 -04:00
..
SystemIncludeDirectories Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property. 2013-07-16 13:44:57 -04:00
TargetIncludeDirectories Remove the LINK_LANGUAGE generator expression. 2013-07-24 10:40:00 -04:00
CMakeLists.txt Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property. 2013-07-16 13:44:57 -04:00
empty.cpp Tests/IncludeDirectories: Avoid shared library with no symbols 2013-05-23 09:21:45 -04:00
main.cpp Fix for bug#10798. VS10 did not append -I flags with COMPILE_FLAGS prop. 2011-06-02 10:28:10 -04:00