diff options
author | Brad King <brad.king@kitware.com> | 2014-07-17 13:43:00 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-07-17 13:43:00 (GMT) |
commit | bb4c1588952523fa8340d6e882c2cb6f3501266b (patch) | |
tree | 8fe68d73257c086288308f9117cbc6761dc2c3d2 /Tests/InterfaceLinkLibraries/zot_vs6_4.cpp | |
parent | 96f2a2a2eddc4f0591abe6b49f5c7a335515f971 (diff) | |
parent | 10c5c82c1e255523757d4c4fe81b6ad742e81c8f (diff) | |
download | CMake-bb4c1588952523fa8340d6e882c2cb6f3501266b.zip CMake-bb4c1588952523fa8340d6e882c2cb6f3501266b.tar.gz CMake-bb4c1588952523fa8340d6e882c2cb6f3501266b.tar.bz2 |
Merge topic 'generalize-LINK_ONLY'
10c5c82c Help: Add notes for topic 'generalize-LINK_ONLY'
6e7e881c Honor $<LINK_ONLY> when checking interface properties
0400cd5d Make $<LINK_ONLY> available to projects (#14751)
Diffstat (limited to 'Tests/InterfaceLinkLibraries/zot_vs6_4.cpp')
-rw-r--r-- | Tests/InterfaceLinkLibraries/zot_vs6_4.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/InterfaceLinkLibraries/zot_vs6_4.cpp b/Tests/InterfaceLinkLibraries/zot_vs6_4.cpp new file mode 100644 index 0000000..c588c5f --- /dev/null +++ b/Tests/InterfaceLinkLibraries/zot_vs6_4.cpp @@ -0,0 +1 @@ +#include "zot.cpp" |