mirror of
https://github.com/reactos/CMake.git
synced 2025-01-02 00:39:17 +00:00
4f6bd7022b
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
empty.cpp | ||
foo.nolang | ||
LINK_LANGUAGE-genex-result.txt | ||
LINK_LANGUAGE-genex-stderr.txt | ||
LINK_LANGUAGE-genex.cmake | ||
link-libraries-TARGET_FILE-genex-ok-result.txt | ||
link-libraries-TARGET_FILE-genex-ok.cmake | ||
link-libraries-TARGET_FILE-genex-result.txt | ||
link-libraries-TARGET_FILE-genex-stderr.txt | ||
link-libraries-TARGET_FILE-genex.cmake | ||
NoLangSHARED-result.txt | ||
NoLangSHARED-stderr.txt | ||
NoLangSHARED.cmake | ||
RunCMakeTest.cmake |